Interface TextureProvider

All Known Implementing Classes:
WidgetTextureProvider

public interface TextureProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    net.minecraft.resources.ResourceLocation
     
    int
     
    int
     
    int
     
  • Method Details

    • getTexture

      net.minecraft.resources.ResourceLocation getTexture()
    • getU

      int getU()
    • getV

      int getV()
    • getWidth

      int getWidth()
    • getHeight

      int getHeight()