Uses of Class
dev.twilite.game.loadout.RunePouchLoadoutItem
Packages that use RunePouchLoadoutItem
-
Uses of RunePouchLoadoutItem in dev.twilite.game.loadout
Methods in dev.twilite.game.loadout that return RunePouchLoadoutItemModifier and TypeMethodDescriptionstatic RunePouchLoadoutItemRunePouchLoadoutItem.divine()Creates a loadout entry satisfied only by a divine rune pouch.static RunePouchLoadoutItemRunePouchLoadoutItem.regular()Creates a loadout entry satisfied by a regular or divine rune pouch.Requires a rune in any supported pouch slot.RunePouchLoadoutItem.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.