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 protected
InventoryLoadoutItem(int id)
protected
InventoryLoadoutItem(int id, int min, int max)
protected
InventoryLoadoutItem(int id, int min, java.util.function.Supplier<java.lang.Integer> max)
protected
InventoryLoadoutItem(int id, java.util.function.Supplier<java.lang.Integer> min, int max)
protected
InventoryLoadoutItem(int id, java.util.function.Supplier<java.lang.Integer> min, java.util.function.Supplier<java.lang.Integer> max)
protected
InventoryLoadoutItem(java.util.function.Supplier<java.lang.Integer> idSupplier, int min, int max)
protected
InventoryLoadoutItem(java.util.function.Supplier<java.lang.Integer> idSupplier, int min, java.util.function.Supplier<java.lang.Integer> max)
protected
InventoryLoadoutItem(java.util.function.Supplier<java.lang.Integer> idSupplier, java.util.function.Supplier<java.lang.Integer> min, int max)
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)
protected
InventoryLoadoutItem(AbstractLoadoutItem item)
protected
InventoryLoadoutItem(ItemMapping mapping, int min, int max)
protected
InventoryLoadoutItem(ItemMapping mapping, int min, java.util.function.Supplier<java.lang.Integer> max)
protected
InventoryLoadoutItem(ItemMapping mapping, java.util.function.Supplier<java.lang.Integer> min, int max)
protected
InventoryLoadoutItem(ItemMapping mapping, java.util.function.Supplier<java.lang.Integer> min, java.util.function.Supplier<java.lang.Integer> max)
protected
InventoryLoadoutItem(ItemVariant variant, int min, int max)
protected
InventoryLoadoutItem(ItemVariant variant, int min, java.util.function.Supplier<java.lang.Integer> max)
protected
InventoryLoadoutItem(ItemVariant variant, java.util.function.Supplier<java.lang.Integer> min, int max)
protected
InventoryLoadoutItem(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 LoadoutItemType
getType()
-
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:
getType
in classAbstractLoadoutItem
-
-