Package zombie.core.textures
Class TexturePackPage
java.lang.Object
zombie.core.textures.TexturePackPage
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Texture
getTexture
(String string) static void
void
loadFromPackFile
(BufferedInputStream bufferedInputStream) void
loadFromPackFileDDS
(BufferedInputStream bufferedInputStream) static int
readInt
(InputStream inputStream) static int
readInt
(ByteBuffer byteBuffer) static int
readIntByte
(InputStream inputStream) static String
ReadString
(InputStream inputStream) static void
searchFolders
(File file)
-
Field Details
-
FoundTextures
-
subTextureMap
-
subTextureMap2
-
texturePackPageMap
-
TexturePackPageNameMap
-
subTextures
-
tex
-
chl1
public static int chl1 -
chl2
public static int chl2 -
chl3
public static int chl3 -
chl4
public static int chl4 -
TempSubTextureInfo
-
tempFilenameCheck
-
bIgnoreWorldItemTextures
public static boolean bIgnoreWorldItemTextures
-
-
Constructor Details
-
TexturePackPage
public TexturePackPage()
-
-
Method Details
-
LoadDir
- Throws:
URISyntaxException
-
searchFolders
-
getTexture
-
readInt
- Throws:
EOFException
IOException
-
readInt
- Throws:
EOFException
IOException
-
readIntByte
- Throws:
EOFException
IOException
-
ReadString
- Throws:
IOException
-
loadFromPackFileDDS
- Throws:
IOException
-
loadFromPackFile
- Throws:
Exception
-