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 classChooseGameInfo.MapclassChooseGameInfo.ModclassChooseGameInfo.StoryclassChooseGameInfo.TileDef -
Field Summary
Fields Modifier and Type Field Description intSelectedStory -
Constructor Summary
Constructors Constructor Description ChooseGameInfo() -
Method Summary
Modifier and Type Method Description static voidDrawTexture(Texture tex, int x, int y, int width, int height, float alpha)voidenter()static ChooseGameInfo.MapgetMapDetails(java.lang.String dir)ChooseGameInfo.ModgetModDetails(java.lang.String modId)voidgetStoryDetails(ChooseGameInfo.Story story, java.lang.String dir)voidgetStoryList()ChooseGameInfo.ModreadModInfo(java.lang.String modDir)static voidReset()Methods inherited from class zombie.gameStates.GameState
exit, redirectState, reenter, render, update, yieldMethods 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
-