Class ClanTitle


  • public final class ClanTitle
    extends Object
    A clan title, such as Owner, Administrator, Anchor, etc.
    • Constructor Detail

      • ClanTitle

        public ClanTitle​(int id,
                         String name)
    • Method Detail

      • getId

        public int getId()
        The id of the title
      • getName

        public String getName()
        The name of the title
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object