Package zombie.gameStates
Class ChooseGameInfo
java.lang.Object
zombie.gameStates.GameState
zombie.gameStates.ChooseGameInfo
public class ChooseGameInfo extends GameState
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChooseGameInfo.Map
class
ChooseGameInfo.Mod
class
ChooseGameInfo.Story
class
ChooseGameInfo.TileDef
-
Field Summary
Fields Modifier and Type Field Description int
SelectedStory
-
Constructor Summary
Constructors Constructor Description ChooseGameInfo()
-
Method Summary
Modifier and Type Method Description static void
DrawTexture(Texture texture, int int1, int int2, int int3, int int4, float float1)
void
enter()
static ChooseGameInfo.Map
getMapDetails(java.lang.String string)
ChooseGameInfo.Mod
getModDetails(java.lang.String string)
void
getStoryDetails(ChooseGameInfo.Story story, java.lang.String string)
void
getStoryList()
ChooseGameInfo.Mod
readModInfo(java.lang.String string)
static void
Reset()
Methods inherited from class zombie.gameStates.GameState
exit, redirectState, reenter, render, update, yield
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SelectedStory
public int SelectedStory
-
-
Constructor Details
-
ChooseGameInfo
public ChooseGameInfo()
-
-
Method Details
-
Reset
public static void Reset() -
getModDetails
-
readModInfo
-
getStoryDetails
public void getStoryDetails(ChooseGameInfo.Story story, java.lang.String string) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
getMapDetails
-
enter
public void enter() -
getStoryList
public void getStoryList() -
DrawTexture
public static void DrawTexture(Texture texture, int int1, int int2, int int3, int int4, float float1)
-