Class InventoryLoadoutItem
- java.lang.Object
-
- net.eternalclient.api.events.loadout.AbstractLoadoutItem
-
- net.eternalclient.api.events.loadout.InventoryLoadoutItem
-
public class InventoryLoadoutItem extends AbstractLoadoutItem
A subclass of AbstractLoadoutItem representing an item in a player's inventory.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInventoryLoadoutItem(int id)protectedInventoryLoadoutItem(int id, int min, int max)protectedInventoryLoadoutItem(int id, int min, java.util.function.Supplier<java.lang.Integer> max)protectedInventoryLoadoutItem(int id, java.util.function.Supplier<java.lang.Integer> min, int max)protectedInventoryLoadoutItem(int id, java.util.function.Supplier<java.lang.Integer> min, java.util.function.Supplier<java.lang.Integer> max)protectedInventoryLoadoutItem(java.util.function.Supplier<java.lang.Integer> idSupplier, int min, int max)protectedInventoryLoadoutItem(java.util.function.Supplier<java.lang.Integer> idSupplier, int min, java.util.function.Supplier<java.lang.Integer> max)protectedInventoryLoadoutItem(java.util.function.Supplier<java.lang.Integer> idSupplier, java.util.function.Supplier<java.lang.Integer> min, int max)protectedInventoryLoadoutItem(java.util.function.Supplier<java.lang.Integer> idSupplier, java.util.function.Supplier<java.lang.Integer> min, java.util.function.Supplier<java.lang.Integer> max)protectedInventoryLoadoutItem(AbstractLoadoutItem item)protectedInventoryLoadoutItem(ItemMapping mapping, int min, int max)protectedInventoryLoadoutItem(ItemMapping mapping, int min, java.util.function.Supplier<java.lang.Integer> max)protectedInventoryLoadoutItem(ItemMapping mapping, java.util.function.Supplier<java.lang.Integer> min, int max)protectedInventoryLoadoutItem(ItemMapping mapping, java.util.function.Supplier<java.lang.Integer> min, java.util.function.Supplier<java.lang.Integer> max)protectedInventoryLoadoutItem(ItemVariant variant, int min, int max)protectedInventoryLoadoutItem(ItemVariant variant, int min, java.util.function.Supplier<java.lang.Integer> max)protectedInventoryLoadoutItem(ItemVariant variant, java.util.function.Supplier<java.lang.Integer> min, int max)protectedInventoryLoadoutItem(ItemVariant variant, java.util.function.Supplier<java.lang.Integer> min, java.util.function.Supplier<java.lang.Integer> max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LoadoutItemTypegetType()-
Methods inherited from class net.eternalclient.api.events.loadout.AbstractLoadoutItem
getBankCount, getCarriedCount, getCarriedCount, getDefinition, getDefinition, getDefinitionSupplier, getEnabledSupplier, getEquipmentCount, getID, getInventoryCount, getInventoryCount, getItemMapping, getItemVariant, getMax, getMaxPrice, getMaxPriceSupplier, getMaxSupplier, getMin, getMinSupplier, getName, getNotedID, getOwnedCount, getOwnedCount, getPrice, getPriceFixedIncreaseSupplier, getPriceIncreasePercentageSupplier, getPriceSupplier, getRefill, getRefillSupplier, getSharedSupplier, getStrictSupplier, getUnnotedID, getWaitTimeMillisSupplier, isBuyUpTo, isEnabled, isMembers, isNoted, isShared, isStackable, isStrict, isVariant, setEnabled, setMax, setMax, setMaxPrice, setMaxPrice, setMin, setMin, setNoted, setPrice, setPrice, setPriceFixedIncrease, setPriceFixedIncrease, setPriceIncreasePercentage, setPriceIncreasePercentage, setRefill, setRefill, setRefill, setRefill, setShared, setShared, setStrict, setStrict, setWaitTimeMillis, setWaitTimeMillis, toString
-
-
-
-
Constructor Detail
-
InventoryLoadoutItem
protected InventoryLoadoutItem(int id)
-
InventoryLoadoutItem
protected InventoryLoadoutItem(AbstractLoadoutItem item)
-
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)
-
-
Method Detail
-
getType
protected LoadoutItemType getType()
- Specified by:
getTypein classAbstractLoadoutItem
-
-