Package net.minecraft.src
Class TextureMap
java.lang.Object
net.minecraft.src.AbstractTexture
net.minecraft.src.TextureMap
- All Implemented Interfaces:
IconRegister,TextureObject,Tickable,TickableTextureObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Liststatic final ResourceLocationstatic final ResourceLocationFields inherited from class net.minecraft.src.AbstractTexture
glTextureId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAtlasSprite(String par1Str) intvoidloadTexture(ResourceManager par1ResourceManager) voidloadTextureAtlas(ResourceManager par1ResourceManager) registerIcon(String textureName) registerIcon(String textureName, TextureAtlasSprite textureHandler) voidtick()voidMethods inherited from class net.minecraft.src.AbstractTexture
finalize, getGlTextureId, unloadGLTextureMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.src.TextureObject
getGlTextureId
-
Field Details
-
locationBlocksTexture
-
locationItemsTexture
-
listAnimatedSprites
-
-
Constructor Details
-
TextureMap
-
-
Method Details
-
loadTexture
- Specified by:
loadTexturein interfaceTextureObject- Throws:
IOException
-
loadTextureAtlas
- Throws:
IOException
-
getAtlasSprite
-
updateAnimations
public void updateAnimations() -
registerIcon
- Specified by:
registerIconin interfaceIconRegister
-
getTextureType
public int getTextureType() -
tick
public void tick() -
registerIcon
- Specified by:
registerIconin interfaceIconRegister
-