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 tex, int x, int y, int width, int height, float alpha)
void
enter()
static ChooseGameInfo.Map
getMapDetails(java.lang.String dir)
ChooseGameInfo.Mod
getModDetails(java.lang.String modId)
void
getStoryDetails(ChooseGameInfo.Story story, java.lang.String dir)
void
getStoryList()
ChooseGameInfo.Mod
readModInfo(java.lang.String modDir)
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 dir) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
getMapDetails
-
enter
public void enter() -
getStoryList
public void getStoryList() -
DrawTexture
-