Interface Nameable

All Superinterfaces:
ModelBone

public interface Nameable extends ModelBone
  • Method Details

    • getNametagPoint

      NametagPoint getNametagPoint()
    • setCustomName

      void setCustomName(Object object)
    • setCustomName

      void setCustomName(String name)
    • getCustomNameObject

      Object getCustomNameObject()
    • getCustomName

      String getCustomName()
    • setCustomNameVisible

      void setCustomNameVisible(boolean flag)
    • isCustomNameVisible

      boolean isCustomNameVisible()