Interface ITextureManager


public interface ITextureManager
To use Forestry textures in your own screens, bind the ForestrySprites.TEXTURE_ATLAS texture.
  • Method Summary

    Modifier and Type
    Method
    Description
    default net.minecraft.client.renderer.texture.TextureAtlasSprite
     
    default net.minecraft.client.renderer.texture.TextureAtlasSprite
     
    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.
  • 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

      default net.minecraft.client.renderer.texture.TextureAtlasSprite getSprite(String path)