Uses of Class
org.rspeer.game.script.model.mapping.FieldAnnotationMapping
Packages that use FieldAnnotationMapping
Package
Description
-
Uses of FieldAnnotationMapping in org.rspeer.game.script.meta
Method parameters in org.rspeer.game.script.meta with type arguments of type FieldAnnotationMappingModifier and TypeMethodDescriptionstatic ScriptConfigScriptConfig.parseDefault(Map<String, FieldAnnotationMapping> mappings, Map<String, FieldAnnotationMapping> repeats, String args) -
Uses of FieldAnnotationMapping in org.rspeer.game.script.model
Method parameters in org.rspeer.game.script.model with type arguments of type FieldAnnotationMappingModifier and TypeMethodDescriptionvoidConfigPanelManager.setPanels(Map<String, ModelPanel> panels, List<org.rspeer.commons.Pair<FieldAnnotationMapping, ModelPanel>> mappings) -
Uses of FieldAnnotationMapping in org.rspeer.game.script.model.ui.impl
Constructors in org.rspeer.game.script.model.ui.impl with parameters of type FieldAnnotationMappingModifierConstructorDescriptionModelPanel(ConfigModel model, ConfigProcessor processor, FieldAnnotationMapping mapping, LoadoutService loadouts, org.rspeer.ui.component.viewport.SideBarComponent sidebar, ModelContainer.Prepared prepared) ModelPanel(ConfigModel model, ConfigProcessor processor, FieldAnnotationMapping mapping, LoadoutService loadouts, org.rspeer.ui.component.viewport.SideBarComponent sidebar, ModelContainer.Prepared prepared, boolean compact) -
Uses of FieldAnnotationMapping in org.rspeer.game.script.model.visitor
Methods in org.rspeer.game.script.model.visitor that return types with arguments of type FieldAnnotationMapping