Class Items

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

public class Items extends Object
  • Constructor Details

    • Items

      public Items()
  • Method Details

    • getAll

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

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

      public static List<IItem> getAll(int... ids)
    • 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)
    • isCarrying

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

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

      public static boolean isCarrying(int... ids)
    • contains

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

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

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

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

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

      public static List<IItem> getCarrying(int... ids)