Uses of Interface
org.rspeer.game.config.item.loadout.InventoryLoadout
-
-
Uses of InventoryLoadout in org.rspeer.game.config.item.entry.setup
Methods in org.rspeer.game.config.item.entry.setup with parameters of type InventoryLoadout Modifier and Type Method Description abstract boolean
ItemEntrySetup. isRequired(InventoryLoadout loadout)
-
Uses of InventoryLoadout in org.rspeer.game.config.item.entry.setup.provided
Methods in org.rspeer.game.config.item.entry.setup.provided with parameters of type InventoryLoadout Modifier and Type Method Description boolean
BlowpipeSetup. isRequired(InventoryLoadout loadout)
boolean
DivineRunePouchSetup. isRequired(InventoryLoadout loadout)
boolean
RunePouchSetup. isRequired(InventoryLoadout loadout)
-
Uses of InventoryLoadout in org.rspeer.game.config.item.loadout
Classes in org.rspeer.game.config.item.loadout that implement InventoryLoadout Modifier and Type Class Description class
BackpackLoadout
class
EquipmentLoadout
Methods in org.rspeer.game.config.item.loadout that return InventoryLoadout Modifier and Type Method Description InventoryLoadout
InventoryLoadout. clone()
InventoryLoadout
InventoryLoadout. clone(String name)
-
Uses of InventoryLoadout in org.rspeer.game.config.item.serde
Methods in org.rspeer.game.config.item.serde that return InventoryLoadout Modifier and Type Method Description InventoryLoadout
InventoryLoadoutDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt)
Methods in org.rspeer.game.config.item.serde with parameters of type InventoryLoadout Modifier and Type Method Description void
InventoryLoadoutSerializer. serialize(InventoryLoadout loadout, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
void
InventoryLoadoutSerializer. serializeWithType(InventoryLoadout loadout, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typed)
-