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 booleanItemEntrySetup. 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 booleanBlowpipeSetup. isRequired(InventoryLoadout loadout)booleanDivineRunePouchSetup. isRequired(InventoryLoadout loadout)booleanRunePouchSetup. 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 classBackpackLoadoutclassEquipmentLoadoutMethods in org.rspeer.game.config.item.loadout that return InventoryLoadout Modifier and Type Method Description InventoryLoadoutInventoryLoadout. clone()InventoryLoadoutInventoryLoadout. 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 InventoryLoadoutInventoryLoadoutDeserializer. 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 voidInventoryLoadoutSerializer. serialize(InventoryLoadout loadout, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)voidInventoryLoadoutSerializer. serializeWithType(InventoryLoadout loadout, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typed)
-