Class Equipment

java.lang.Object
net.storm.sdk.items.Equipment

public class Equipment extends Object
  • Constructor Details

    • Equipment

      public Equipment()
  • Method Details

    • fromSlot

      public static IItem fromSlot(EquipmentSlot slot)
    • getAll

      public static List<IItem> getAll(Predicate<? super IItem> filter)
    • getAll

      public static List<IItem> getAll(int... ids)
    • getAll

      public static List<IItem> getAll(String... names)
    • getAll

      public static List<IItem> getAll()
    • get

      public static IItem get(int slot)
    • getFirst

      public static IItem getFirst(Predicate<? super IItem> filter)
    • getFirst

      public static IItem getFirst(int... ids)
    • getFirst

      public static IItem getFirst(String... names)
    • getLast

      public static IItem getLast(Predicate<? super IItem> filter)
    • getLast

      public static IItem getLast(int... ids)
    • getLast

      public static IItem getLast(String... names)
    • getCount

      public static int getCount(boolean stacks, Predicate<? super IItem> filter)
    • getCount

      public static int getCount(boolean stacks, int... ids)
    • getCount

      public static int getCount(boolean stacks, String... names)
    • getCount

      public static int getCount(Predicate<? super IItem> filter)
    • getCount

      public static int getCount(int... ids)
    • getCount

      public static int getCount(String... names)
    • contains

      public static boolean contains(Predicate<? super IItem> filter)
    • contains

      public static boolean contains(int... id)
    • contains

      public static boolean contains(String... name)
    • containsAll

      public static boolean containsAll(int... ids)
    • containsAll

      public static boolean containsAll(String... names)
    • containsAll

      public static boolean containsAll(Predicate<? super IItem> filter)