Package zombie.core.skinnedmodel.Texture
Class TextureManager
java.lang.Object
zombie.core.skinnedmodel.Texture.TextureManager
public class TextureManager
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static TextureManagerInstancejava.util.HashMapTextures -
Constructor Summary
Constructors Constructor Description TextureManager() -
Method Summary
Modifier and Type Method Description booleanAddTexture(java.lang.String string)voidAddTexture(java.lang.String string, Texture texture)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Instance
-
Textures
public java.util.HashMap Textures
-
-
Constructor Details
-
TextureManager
public TextureManager()
-
-
Method Details
-
AddTexture
public boolean AddTexture(java.lang.String string) -
AddTexture
-