Class Bestiary.Beast

  • Enclosing class:
    Bestiary

    @Deprecated
    public static class Bestiary.Beast
    extends java.lang.Object
    Deprecated.
    • Constructor Detail

      • Beast

        public Beast​(java.lang.String json)
        Deprecated.
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated.
      • getId

        public int getId()
        Deprecated.
      • getDescription

        public java.lang.String getDescription()
        Deprecated.
      • getWeakness

        public java.lang.String getWeakness()
        Deprecated.
      • isAttackable

        public boolean isAttackable()
        Deprecated.
      • isAggressive

        public boolean isAggressive()
        Deprecated.
      • isPoisonous

        public boolean isPoisonous()
        Deprecated.
      • getXp

        public double getXp()
        Deprecated.
      • getLifepoints

        public int getLifepoints()
        Deprecated.
      • getCombatLevel

        public int getCombatLevel()
        Deprecated.
      • getDefenceLevel

        public int getDefenceLevel()
        Deprecated.
      • getAttackLevel

        public int getAttackLevel()
        Deprecated.
      • getMagicLevel

        public int getMagicLevel()
        Deprecated.
      • getRangedLevel

        public int getRangedLevel()
        Deprecated.
      • getSlayerLevel

        public int getSlayerLevel()
        Deprecated.
      • isMembersOnly

        public boolean isMembersOnly()
        Deprecated.
      • getSlayerCategory

        public java.lang.String getSlayerCategory()
        Deprecated.
      • getLocations

        public java.util.List<java.lang.String> getLocations()
        Deprecated.
      • getAnimations

        public com.runemate.game.api.hybrid.util.collections.PairList<java.lang.String,​java.lang.Integer> getAnimations()
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object