Interface Player

    • Method Detail

      • getCleanName

        java.lang.String getCleanName()
        Gets the clean name of this player.
        Returns:
        String
      • isFemale

        boolean isFemale()
        Gets whether or not this player is a female character.
        Returns:
        true if female, otherwise false
      • isMale

        default boolean isMale()
        Gets whether or not this player is a male character.
        Returns:
        true if male, otherwise false
      • getAppearanceIds

        int[] getAppearanceIds()
        Gets the appearance ids of this player.
        Returns:
        int[]
      • getNPCTransformationId

        int getNPCTransformationId()
        Gets the id of this player when in npc-based form. For example when transforming to a monkey on Ape Atoll.
        Returns:
        the npc id
      • getCombatLevel

        int getCombatLevel()
        Gets the combat level of this player.
        Returns:
        int
      • getTotalLevel

        int getTotalLevel()
        Gets the total level of this player.
        Returns:
        int
      • getTeam

        int getTeam()
        Gets the team id of this player.
        Returns:
        int
      • getPrayerIcon

        int getPrayerIcon()
        Gets the prayer icon above this players head.
        Returns:
        int
      • getOverheadIconType

        default HeadIcon getOverheadIconType()
      • getSkullIcon

        int getSkullIcon()
        Gets the skull icon above this players head.
        Returns:
        int
      • getSkullIconType

        default SkullIcon getSkullIconType()