public interface ITextureManager
ForestryAPI.textureManager.| Modifier and Type | Method and Description |
|---|---|
net.minecraft.client.renderer.texture.TextureAtlasSprite |
getDefault(java.lang.String ident)
Get a texture atlas sprite that has been registered by Forestry, for Forestry's Gui Texture Map.
|
net.minecraft.util.ResourceLocation |
getGuiTextureMap()
Location of the Forestry Gui Texture Map.
|
net.minecraft.client.renderer.texture.TextureAtlasSprite |
registerGuiSprite(net.minecraft.util.ResourceLocation location)
Register a sprite with Forestry's Gui Texture Map.
|
net.minecraft.util.ResourceLocation getGuiTextureMap()
TextureManager.bindTexture(ResourceLocation)net.minecraft.client.renderer.texture.TextureAtlasSprite getDefault(java.lang.String ident)
net.minecraft.client.renderer.texture.TextureAtlasSprite registerGuiSprite(net.minecraft.util.ResourceLocation location)