Uses of Class
dev.twilite.game.loadout.InventoryLoadout
Packages that use InventoryLoadout
-
Uses of InventoryLoadout in dev.twilite.game.loadout
Methods in dev.twilite.game.loadout that return InventoryLoadoutModifier and TypeMethodDescriptionInventoryLoadout.add(int id) Adds a required item by id with an amount of 1.InventoryLoadout.add(LoadoutItem item) Adds an item entry.static InventoryLoadoutInventoryLoadout.create()Creates an empty inventory loadout.InventoryLoadout.depletionListener(ItemDepletionListener depletionListener) Sets the item depletion listener.RunePouchLoadoutItem.preparationLoadout()Returns a plain inventory loadout that prepares the pouch and missing runes.Methods in dev.twilite.game.loadout with parameters of type InventoryLoadoutModifier and TypeMethodDescriptionstatic voidLoadouts.withdraw(InventoryLoadout loadout) Progresses an inventory loadout toward its requested state.static voidLoadouts.withdraw(InventoryLoadout loadout, int maxActionsPerTick) Progresses an inventory loadout using at mostmaxActionsPerTickbank actions.static voidLoadouts.withdraw(InventoryLoadout loadout, EquipmentLoadout equipmentLoadout) Progresses an equipment loadout and inventory loadout together.static voidLoadouts.withdraw(InventoryLoadout loadout, EquipmentLoadout equipmentLoadout, int maxActionsPerTick) Progresses an equipment loadout and inventory loadout together using at mostmaxActionsPerTickbank actions.