Uses of Class
net.ME1312.Galaxi.Library.Map.ObjectMap
Packages that use ObjectMap
Package
Description
-
Uses of ObjectMap in net.ME1312.Galaxi.Command
Methods in net.ME1312.Galaxi.Command that return ObjectMap -
Uses of ObjectMap in net.ME1312.Galaxi.Library
Methods in net.ME1312.Galaxi.Library that return ObjectMap -
Uses of ObjectMap in net.ME1312.Galaxi.Library.Config
Subclasses of ObjectMap in net.ME1312.Galaxi.Library.ConfigConstructors in net.ME1312.Galaxi.Library.Config with parameters of type ObjectMapModifierConstructorDescriptionYAMLSection
(ObjectMap<String> map) Creates a YAML Section from Map Contents -
Uses of ObjectMap in net.ME1312.Galaxi.Library.Map
Methods in net.ME1312.Galaxi.Library.Map that return ObjectMapModifier and TypeMethodDescriptionObjectMapValue.asMap()
Get Object as Object MapObjectMap.clone()
Clone this MapGet an Object Map by HandleGet an Object Map by HandleGet an Object Map by HandleGet an Object Map by HandleObjectMap.getParent()
Go up a level in the config (or null if this is the top layer)ObjectMapValue.getParent()
Get the Object Map this Object was defined in<T> ObjectMap<T>
ObjectMap.key()
Change the Key type of this mapMethods in net.ME1312.Galaxi.Library.Map that return types with arguments of type ObjectMapModifier and TypeMethodDescriptionObjectMapValue.asMapList()
Get Object as Object Map ListObjectMap.getMapList
(K handle) Get an Object Map List by HandleObjectMap.getMapList
(K handle, Collection<? extends Map<? extends K, ?>> def) Get an Object Map List by HandleGet an Object Map List by HandleObjectMap.getMapList
(K handle, List<? extends ObjectMap<? extends K>> def) Get an Object Map List by HandleMethods in net.ME1312.Galaxi.Library.Map with parameters of type ObjectMapModifier and TypeMethodDescriptionGet an Object Map by Handlevoid
ObjectMap.safeSetAll
(ObjectMap<? extends K> values) Copy all Objects to this Map without overwriting existing valuesvoid
Copy all Objects to this MapMethod parameters in net.ME1312.Galaxi.Library.Map with type arguments of type ObjectMapModifier and TypeMethodDescriptionGet an Object Map by HandleGet an Object Map List by HandleObjectMap.getMapList
(K handle, List<? extends ObjectMap<? extends K>> def) Get an Object Map List by HandleConstructors in net.ME1312.Galaxi.Library.Map with parameters of type ObjectMap -
Uses of ObjectMap in net.ME1312.Galaxi.Log
Methods in net.ME1312.Galaxi.Log that return ObjectMapConstructors in net.ME1312.Galaxi.Log with parameters of type ObjectMapModifierConstructorDescriptionConsoleText
(ObjectMap<String> element) Load a Text ElementTextElement
(ObjectMap<String> element) Load a Text Element -
Uses of ObjectMap in net.ME1312.Galaxi.Plugin
Methods in net.ME1312.Galaxi.Plugin that return ObjectMap