Uses of Class
net.ME1312.Galaxi.Library.Map.ObjectMap
Package
Description
-
Uses of ObjectMap in net.ME1312.Galaxi.Command
-
Uses of ObjectMap in net.ME1312.Galaxi.Library
-
Uses of ObjectMap in net.ME1312.Galaxi.Library.Config
ModifierConstructorDescriptionYAMLSection
(ObjectMap<String> map) Creates a YAML Section from Map Contents -
Uses of ObjectMap in net.ME1312.Galaxi.Library.Map
Modifier 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 mapModifier 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 HandleModifier 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 MapModifier 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 Handle -
Uses of ObjectMap in net.ME1312.Galaxi.Log
ModifierConstructorDescriptionConsoleText
(ObjectMap<String> element) Load a Text ElementTextElement
(ObjectMap<String> element) Load a Text Element -
Uses of ObjectMap in net.ME1312.Galaxi.Plugin