Interface IGuiTexture

All Superinterfaces:
net.createmod.catnip.gui.element.ScreenElement
All Known Implementing Classes:
PetrolparkGuiTexture

public interface IGuiTexture extends net.createmod.catnip.gui.element.ScreenElement
  • Method Details

    • getLocation

      net.minecraft.resources.ResourceLocation getLocation()
    • getStartX

      int getStartX()
    • getStartY

      int getStartY()
    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • getTextureWidth

      int getTextureWidth()
    • getTextureHeight

      int getTextureHeight()
    • bind

      void bind()