Class Bestiary


  • @Deprecated
    public final class Bestiary
    extends java.lang.Object
    Deprecated.
    • Method Detail

      • lookupById

        @Nullable
        public static @Nullable Bestiary.Beast lookupById​(int id)
        Deprecated.
        Gets the beast with the given id
      • lookupByName

        public static java.util.List<Bestiary.Beast> lookupByName​(java.lang.String name)
        Deprecated.
        Gets a list of all Beast's with the given name
      • lookupByArea

        public static java.util.List<Bestiary.Beast> lookupByArea​(java.lang.String area)
        Deprecated.
        Gets a list of all beasts in the given area
        Parameters:
        area -
        Returns:
      • lookupBySlayerCategory

        public static java.util.List<Bestiary.Beast> lookupBySlayerCategory​(int slayerCategoryId)
        Deprecated.
        Gets a list of all beasts within the given slayer category
      • lookupBySlayerCategory

        public static java.util.List<Bestiary.Beast> lookupBySlayerCategory​(java.lang.String slayerCategory)
        Deprecated.
        Gets a list of all beasts within the given slayer category