Interface ICustomGuiComponent

    • Method Detail

      • getID

        int getID()
      • getPosX

        int getPosX()
      • getPosY

        int getPosY()
      • hasHoverText

        boolean hasHoverText()
      • getHoverText

        java.lang.String[] getHoverText()
      • 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)