Class InventoryLoadoutItem


  • public class InventoryLoadoutItem
    extends AbstractLoadoutItem
    A subclass of AbstractLoadoutItem representing an item in a player's inventory.
    • Constructor Detail

      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(int id)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(int id,
                                       int min,
                                       int max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(int id,
                                       java.util.function.Supplier<java.lang.Integer> min,
                                       java.util.function.Supplier<java.lang.Integer> max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(int id,
                                       int min,
                                       java.util.function.Supplier<java.lang.Integer> max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(int id,
                                       java.util.function.Supplier<java.lang.Integer> min,
                                       int max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(java.util.function.Supplier<java.lang.Integer> idSupplier,
                                       int min,
                                       int max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(java.util.function.Supplier<java.lang.Integer> idSupplier,
                                       java.util.function.Supplier<java.lang.Integer> min,
                                       java.util.function.Supplier<java.lang.Integer> max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(java.util.function.Supplier<java.lang.Integer> idSupplier,
                                       int min,
                                       java.util.function.Supplier<java.lang.Integer> max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(java.util.function.Supplier<java.lang.Integer> idSupplier,
                                       java.util.function.Supplier<java.lang.Integer> min,
                                       int max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(ItemMapping mapping,
                                       int min,
                                       int max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(ItemMapping mapping,
                                       java.util.function.Supplier<java.lang.Integer> min,
                                       java.util.function.Supplier<java.lang.Integer> max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(ItemMapping mapping,
                                       int min,
                                       java.util.function.Supplier<java.lang.Integer> max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(ItemMapping mapping,
                                       java.util.function.Supplier<java.lang.Integer> min,
                                       int max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(ItemVariant variant,
                                       int min,
                                       int max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(ItemVariant variant,
                                       java.util.function.Supplier<java.lang.Integer> min,
                                       java.util.function.Supplier<java.lang.Integer> max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(ItemVariant variant,
                                       int min,
                                       java.util.function.Supplier<java.lang.Integer> max)
      • InventoryLoadoutItem

        protected InventoryLoadoutItem​(ItemVariant variant,
                                       java.util.function.Supplier<java.lang.Integer> min,
                                       int max)