Uses of Class
org.rspeer.game.adapter.component.inventory.Equipment.Slot
-
-
Uses of Equipment.Slot in org.rspeer.commons.wiki
Methods in org.rspeer.commons.wiki that return Equipment.Slot Modifier and Type Method Description Equipment.Slot
EquipmentDefinition. getSlot()
Methods in org.rspeer.commons.wiki with parameters of type Equipment.Slot Modifier and Type Method Description static Set<EquipmentDefinition>
InubotWiki. getEquipmentDefinitions(Equipment.Slot slot)
-
Uses of Equipment.Slot in org.rspeer.game.adapter.component.inventory
Methods in org.rspeer.game.adapter.component.inventory that return Equipment.Slot Modifier and Type Method Description static Equipment.Slot
Equipment.Slot. valueOf(String name)
Returns the enum constant of this type with the specified name.static Equipment.Slot[]
Equipment.Slot. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.adapter.component.inventory with parameters of type Equipment.Slot Modifier and Type Method Description Item
Equipment. getItemAt(Equipment.Slot slot)
boolean
Equipment. remove(Equipment.Slot slot)
-
Uses of Equipment.Slot in org.rspeer.game.config.item.entry
Methods in org.rspeer.game.config.item.entry that return Equipment.Slot Modifier and Type Method Description default Equipment.Slot
ItemEntry. getEquipmentSlot()
-
Uses of Equipment.Slot in org.rspeer.game.config.item.entry.builder
Methods in org.rspeer.game.config.item.entry.builder with parameters of type Equipment.Slot Modifier and Type Method Description FuzzyItemEntryBuilder
FuzzyItemEntryBuilder. equipmentSlot(Equipment.Slot equipmentSlot)
ItemEntryBuilder
ItemEntryBuilder. equipmentSlot(Equipment.Slot equipmentSlot)
-
Uses of Equipment.Slot in org.rspeer.game.config.item.entry.impl
Methods in org.rspeer.game.config.item.entry.impl that return Equipment.Slot Modifier and Type Method Description Equipment.Slot
DefaultItemEntry. getEquipmentSlot()
Constructors in org.rspeer.game.config.item.entry.impl with parameters of type Equipment.Slot Constructor Description DefaultFuzzyItemEntry(String key, boolean strict, int minimumQuantity, int quantity, boolean stackable, boolean noted, RestockMeta restockMeta, boolean optional, int maximumConsumableQuantity, int minimumConsumableQuantity, Equipment.Slot equipmentSlot)
DefaultItemEntry(String key, int minimumQuantity, int quantity, boolean stackable, boolean noted, RestockMeta restockMeta, boolean optional, Equipment.Slot equipmentSlot)
-
Uses of Equipment.Slot in org.rspeer.game.config.item.loadout
Methods in org.rspeer.game.config.item.loadout with parameters of type Equipment.Slot Modifier and Type Method Description ItemEntry
EquipmentLoadout. get(Equipment.Slot slot)
boolean
EquipmentLoadout. remove(Equipment.Slot slot)
-
Uses of Equipment.Slot in org.rspeer.game.config.item.serde
Methods in org.rspeer.game.config.item.serde that return Equipment.Slot Modifier and Type Method Description Equipment.Slot
EquipmentSlotDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-