Uses of Interface
org.rspeer.game.config.item.loadout.InventoryLoadout
Packages that use InventoryLoadout
Package
Description
-
Uses of InventoryLoadout in org.rspeer.game.config.item.entry.setup
Methods in org.rspeer.game.config.item.entry.setup with parameters of type InventoryLoadoutModifier and TypeMethodDescriptionabstract 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 InventoryLoadoutModifier and TypeMethodDescriptionbooleanBlowpipeSetup.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 InventoryLoadoutMethods in org.rspeer.game.config.item.loadout that return InventoryLoadout -
Uses of InventoryLoadout in org.rspeer.game.config.item.serde
Subclasses with type arguments of type InventoryLoadout in org.rspeer.game.config.item.serdeModifier and TypeClassDescriptionclassclassMethods in org.rspeer.game.config.item.serde that return InventoryLoadoutModifier and TypeMethodDescriptionInventoryLoadoutDeserializer.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 InventoryLoadoutModifier and TypeMethodDescriptionvoidInventoryLoadoutSerializer.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)