Uses of Class
org.rspeer.game.adapter.component.inventory.Equipment.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.SlotEquipment.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 ItemEquipment. getItemAt(Equipment.Slot slot)booleanEquipment. remove(Equipment.Slot slot) -
Uses of Equipment.Slot in org.rspeer.game.adapter.definition
Methods in org.rspeer.game.adapter.definition that return Equipment.Slot Modifier and Type Method Description Equipment.SlotItemDefinition. getEquipmentSlot()Methods in org.rspeer.game.adapter.definition that return types with arguments of type Equipment.Slot Modifier and Type Method Description List<Equipment.Slot>ItemDefinition. getSecondaryEquipmentSlots() -
Uses of Equipment.Slot in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return types with arguments of type Equipment.Slot Modifier and Type Method Description Map<Equipment.Slot,Item>Player.Appearance. getMappedItems() -
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.SlotItemEntry. 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 FuzzyItemEntryBuilderFuzzyItemEntryBuilder. equipmentSlot(Equipment.Slot equipmentSlot)IdItemEntryBuilderIdItemEntryBuilder. equipmentSlot(Equipment.Slot equipmentSlot)InterchangeableItemEntryBuilderInterchangeableItemEntryBuilder. equipmentSlot(Equipment.Slot equipmentSlot)ItemEntryBuilderItemEntryBuilder. 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.SlotDefaultItemEntry. 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)DefaultIdItemEntry(String key, int[] ids, int minimumQuantity, int quantity, boolean stackable, boolean noted, RestockMeta restockMeta, boolean optional, Equipment.Slot equipmentSlot)DefaultInterchangeableItemEntry(String key, String[] names, int minimumQuantity, int quantity, boolean stackable, boolean noted, RestockMeta restockMeta, boolean optional, 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 ItemEntryEquipmentLoadout. get(Equipment.Slot slot)booleanEquipmentLoadout. 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.SlotEquipmentSlotDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of Equipment.Slot in org.rspeer.game.service.combat
Methods in org.rspeer.game.service.combat that return types with arguments of type Equipment.Slot Modifier and Type Method Description Map<Equipment.Slot,Item>Attack. getEquipmentSnapshot()Constructor parameters in org.rspeer.game.service.combat with type arguments of type Equipment.Slot Constructor Description Attack(CombatEventSource eventSource, PathingEntity<?> source, PathingEntity<?> target, int animation, int tick, Map<Equipment.Slot,Item> equipmentSnapshot)Debuff(PathingEntity<?> source, PathingEntity<?> target, int animation, int tick, Map<Equipment.Slot,Item> equipmentSnapshot, DebuffType type)
-