Interface ICustomOverlayComponent

    • Method Detail

      • getID

        int getID()
      • getPosX

        int getPosX()
      • getPosY

        int getPosY()
      • getAlignment

        int getAlignment()
      • setAlignment

        void setAlignment​(int alignment)
      • getColor

        int getColor()
      • getAlpha

        float getAlpha()
      • setAlpha

        void setAlpha​(float alpha)
      • getRotation

        float getRotation()
      • setRotation

        void setRotation​(float rotation)
      • toNBT

        net.minecraft.nbt.NBTTagCompound toNBT​(net.minecraft.nbt.NBTTagCompound nbt)