Interface IOverlayComponent

All Known Subinterfaces:
ILabel, IRenderItemOverlay, ITexturedRect

public interface IOverlayComponent
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fromNbt(net.minecraft.nbt.CompoundTag compound)
     
    int
     
    int
     
    int
     
    int
     
    setPos(int x, int y)
     
    void
    toNbt(net.minecraft.nbt.CompoundTag compound)
     
  • Method Details

    • getId

      int getId()
    • getPosX

      int getPosX()
    • getPosY

      int getPosY()
    • setPos

      IOverlayComponent setPos(int x, int y)
    • getType

      int getType()
    • toNbt

      void toNbt(net.minecraft.nbt.CompoundTag compound)
    • fromNbt

      void fromNbt(net.minecraft.nbt.CompoundTag compound)