Package zombie
Class GameWindow
java.lang.Object
zombie.GameWindow
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic JoypadManager.Joypad
static AssetManagers
static float
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static FileSystem
static final Input
static Thread
static String
static String
static boolean
static GameStateMachine
static final ArrayList
static final FileSystem.TexturePackTextures
static String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
DoLoadingText
(String string) static void
doRenderEvent
(boolean boolean1) static String
static void
static void
static void
LoadTexturePack
(String string, int int1) static void
LoadTexturePack
(String string, int int1, String string2) static void
LoadTexturePackDDS
(String string) Deprecated.static int
readInt
(DataInputStream dataInputStream) static long
readLong
(DataInputStream dataInputStream) static String
ReadString
(DataInputStream dataInputStream) static String
ReadString
(ByteBuffer byteBuffer) static String
ReadStringUTF
(ByteBuffer byteBuffer) static void
render()
protected static void
static void
save
(boolean boolean1) static void
static void
uncaughtException
(Thread thread, Throwable throwable) static void
WriteString
(DataOutputStream dataOutputStream, String string) static void
WriteString
(ByteBuffer byteBuffer, String string) static void
WriteStringUTF
(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:
IOException
LWJGLException
-
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
-