Uses of Class
net.ME1312.Galaxi.Library.Map.ObjectMapValue
Package
Description
-
Uses of ObjectMapValue in net.ME1312.Galaxi.Command
Modifier and TypeMethodDescription -
Uses of ObjectMapValue in net.ME1312.Galaxi.Library
Modifier and TypeMethodDescriptionGet an extra value -
Uses of ObjectMapValue in net.ME1312.Galaxi.Library.Map
Modifier and TypeMethodDescriptionGet an Object by HandleGet an Object by HandleGet an Object by HandleObjectMap.get
(K handle, ObjectMapValue<K> def) Get an Object by HandleModifier and TypeMethodDescriptionObjectMapValue.asList()
Get ListObjectMap.getEntries()
Get the EntriesList<? extends ObjectMapValue<K>>
Get a List by HandleList<? extends ObjectMapValue<K>>
ObjectMap.getList
(K handle, Collection<?> def) Get a List by HandleList<? extends ObjectMapValue<K>>
ObjectMap.getList
(K handle, Supplier<? extends Collection<?>> def) Get a List by HandleList<? extends ObjectMapValue<K>>
ObjectMap.getList
(K handle, List<? extends ObjectMapValue<K>> def) Get a List by HandleCollection<? extends ObjectMapValue<K>>
ObjectMap.getValues()
Get the ValuesModifier and TypeMethodDescriptionObjectMap.get
(K handle, ObjectMapValue<K> def) Get an Object by HandleModifier and TypeMethodDescriptionList<? extends ObjectMapValue<K>>
ObjectMap.getList
(K handle, List<? extends ObjectMapValue<K>> def) Get a List by Handle -
Uses of ObjectMapValue in net.ME1312.Galaxi.Plugin