Package zombie
Class GameWindow
java.lang.Object
zombie.GameWindow
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic JoypadManager.Joypadstatic AssetManagersstatic floatstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic FileSystemstatic final Inputstatic Threadstatic Stringstatic Stringstatic booleanstatic GameStateMachinestatic final ArrayListstatic final FileSystem.TexturePackTexturesstatic String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDoLoadingText(String string) static voiddoRenderEvent(boolean boolean1) static Stringstatic voidstatic voidstatic voidLoadTexturePack(String string, int int1) static voidLoadTexturePack(String string, int int1, String string2) static voidLoadTexturePackDDS(String string) Deprecated.static intreadInt(DataInputStream dataInputStream) static longreadLong(DataInputStream dataInputStream) static StringReadString(DataInputStream dataInputStream) static StringReadString(ByteBuffer byteBuffer) static StringReadStringUTF(ByteBuffer byteBuffer) static voidrender()protected static voidstatic voidsave(boolean boolean1) static voidstatic voiduncaughtException(Thread thread, Throwable throwable) static voidWriteString(DataOutputStream dataOutputStream, String string) static voidWriteString(ByteBuffer byteBuffer, String string) static voidWriteStringUTF(ByteBuffer byteBuffer, String string)
-
Field Details
-
GameInput
-
DEBUG_SAVE
public static boolean DEBUG_SAVE -
OkToSaveOnExit
public static boolean OkToSaveOnExit -
lastP
-
states
-
bServerDisconnected
public static boolean bServerDisconnected -
bLoadedAsClient
public static boolean bLoadedAsClient -
kickReason
-
DrawReloadingLua
public static boolean DrawReloadingLua -
ActivatedJoyPad
-
version
-
closeRequested
public static volatile boolean closeRequested -
averageFPS
public static float averageFPS -
bLuaDebuggerKeyDown
public static boolean bLuaDebuggerKeyDown -
fileSystem
-
assetManagers
-
bGameThreadExited
public static boolean bGameThreadExited -
GameThread
-
texturePacks
-
texturePackTextures
-
-
Constructor Details
-
GameWindow
public GameWindow()
-
-
Method Details
-
render
public static void render() -
renderInternal
protected static void renderInternal() -
InitDisplay
- Throws:
IOExceptionLWJGLException
-
InitGameThread
public static void InitGameThread() -
uncaughtException
-
readLong
- Throws:
IOException
-
readInt
- Throws:
IOException
-
setTexturePackLookup
public static void setTexturePackLookup() -
LoadTexturePack
-
LoadTexturePack
-
LoadTexturePackDDS
Deprecated. -
save
- Throws:
IOException
-
getCoopServerHome
-
WriteString
-
WriteStringUTF
-
WriteString
- Throws:
IOException
-
ReadStringUTF
-
ReadString
-
ReadString
- Throws:
IOException
-
doRenderEvent
public static void doRenderEvent(boolean boolean1) -
DoLoadingText
-