Interface IGuiTexture

All Superinterfaces:
com.simibubi.create.foundation.gui.element.ScreenElement
All Known Implementing Classes:
PetrolparkGuiTexture

public interface IGuiTexture extends com.simibubi.create.foundation.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()