Package forestry.api.client
Interface ITextureManager
public interface ITextureManager
To use Forestry textures in your own screens, bind the
ForestrySprites.TEXTURE_ATLAS texture.-
Method Summary
Modifier and TypeMethodDescriptiondefault net.minecraft.client.renderer.texture.TextureAtlasSpritegetSprite(TemperatureType temperature) default net.minecraft.client.renderer.texture.TextureAtlasSpritenet.minecraft.client.renderer.texture.TextureAtlasSpritegetSprite(net.minecraft.resources.ResourceLocation location) Get a texture atlas sprite that has been registered by Forestry, for Forestry's Gui Texture Map.
-
Method Details
-
getSprite
net.minecraft.client.renderer.texture.TextureAtlasSprite getSprite(net.minecraft.resources.ResourceLocation location) Get a texture atlas sprite that has been registered by Forestry, for Forestry's Gui Texture Map. -
getSprite
default net.minecraft.client.renderer.texture.TextureAtlasSprite getSprite(TemperatureType temperature) -
getSprite
-