Uses of Enum Class
dev.twilite.game.facade.RunePouch.Slot
Packages that use RunePouch.Slot
-
Uses of RunePouch.Slot in dev.twilite.game.facade
Methods in dev.twilite.game.facade that return RunePouch.SlotModifier and TypeMethodDescriptionstatic RunePouch.SlotReturns the enum constant of this class with the specified name.static RunePouch.Slot[]RunePouch.Slot.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RunePouch.Slot in dev.twilite.game.loadout
Methods in dev.twilite.game.loadout that return RunePouch.SlotModifier and TypeMethodDescriptionRunePouchLoadoutItem.Type.slots()Returns supported pouch slots.Methods in dev.twilite.game.loadout that return types with arguments of type RunePouch.SlotModifier and TypeMethodDescriptionRunePouchLoadoutItem.entries()Returns configured pouch entries by slot.Methods in dev.twilite.game.loadout with parameters of type RunePouch.SlotModifier and TypeMethodDescriptionRunePouchLoadoutItem.rune(RunePouch.Slot slot, Rune rune, int amount) Requires a rune in the supplied pouch slot.RunePouchLoadoutItem.rune(RunePouch.Slot slot, Rune rune, int minimum, int amount) Requires a rune in the supplied pouch slot with separate minimum and withdrawal amounts.