Package net.storm.sdk.items
Class Equipment
java.lang.Object
net.storm.sdk.items.Equipment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontains(int... id) static booleanstatic booleanstatic booleancontainsAll(int... ids) static booleancontainsAll(String... names) static booleancontainsAll(Predicate<? super IItem> filter) static IItemfromSlot(EquipmentSlot slot) static IItemget(int slot) getAll()getAll(int... ids) static intgetCount(boolean stacks, int... ids) static intstatic intstatic intgetCount(int... ids) static intstatic intstatic IItemgetFirst(int... ids) static IItemstatic IItemstatic IItemgetLast(int... ids) static IItemstatic IItem
-
Constructor Details
-
Equipment
public Equipment()
-
-
Method Details
-
fromSlot
-
getAll
-
getAll
-
getAll
-
getAll
-
get
-
getFirst
-
getFirst
-
getFirst
-
getLast
-
getLast
-
getLast
-
getCount
-
getCount
public static int getCount(boolean stacks, int... ids) -
getCount
-
getCount
-
getCount
public static int getCount(int... ids) -
getCount
-
contains
-
contains
public static boolean contains(int... id) -
contains
-
containsAll
public static boolean containsAll(int... ids) -
containsAll
-
containsAll
-