Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addExtra(String, Object) - Method in interface net.ME1312.Galaxi.Library.ExtraDataHandler
-
Add an extra value to this Object
- all - Static variable in class net.ME1312.Galaxi.Library.Try
-
Handle all exceptions
- ALPHA - Enum constant in enum class net.ME1312.Galaxi.Library.Version.VersionType
- asBoolean() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Boolean
- asBooleanList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Boolean List
- asDouble() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Double
- asDoubleList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Double List
- asFloat() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Float
- asFloatList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Float List
- asInt() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Integer
- asIntList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Integer List
- asList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get List
- asLong() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Long
- asLongList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Long List
- asMap() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Object Map
- asMapList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Object Map List
- asObject() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object
- asObjectList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Object List
- asShort() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get a Short by Handle
- asShortList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get a Short List by Handle
- asString() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as String
- asStringList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as String List
- asUUID() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as UUID
- asUUIDList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as UUID List
- asVersion() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Version
- asVersionList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get Object as Version List
B
- BETA - Enum constant in enum class net.ME1312.Galaxi.Library.Version.VersionType
C
- clear() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Remove all Objects from this Map
- clone() - Method in class net.ME1312.Galaxi.Library.Config.YAMLSection
- clone() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Clone this Map
- compare(Version, Version) - Static method in class net.ME1312.Galaxi.Library.Version.Version
-
Compare Versions
- compareTo(Version) - Method in class net.ME1312.Galaxi.Library.Version.Version
-
Compare Versions
- ContainedPair<K,
V> - Class in net.ME1312.Galaxi.Library.Container -
Key-Value Pair Container Class
- ContainedPair() - Constructor for class net.ME1312.Galaxi.Library.Container.ContainedPair
-
Creates the Container
- ContainedPair(K, V) - Constructor for class net.ME1312.Galaxi.Library.Container.ContainedPair
-
Creates the Container
- Container<V> - Class in net.ME1312.Galaxi.Library.Container
-
Value Container Class
- Container() - Constructor for class net.ME1312.Galaxi.Library.Container.Container
-
Creates the Container
- Container(V) - Constructor for class net.ME1312.Galaxi.Library.Container.Container
-
Creates the Container
- contains(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Check if a Handle exists
- copy(File, File) - Static method in class net.ME1312.Galaxi.Library.Directories
-
Copy a Directory
- copyFromJar(ClassLoader, String, String) - Static method in class net.ME1312.Galaxi.Library.Util
-
Copy a file from the ClassLoader
D
- delete(File) - Static method in class net.ME1312.Galaxi.Library.Directories
-
Delete Directory
- Directories - Class in net.ME1312.Galaxi.Library
E
- equals(Object) - Method in class net.ME1312.Galaxi.Library.Config.YAMLConfig
- equals(Object) - Method in class net.ME1312.Galaxi.Library.Container.Pair
- equals(Object) - Method in class net.ME1312.Galaxi.Library.Container.Value
- equals(Object) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
- equals(Object) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
- equals(Object) - Method in class net.ME1312.Galaxi.Library.Version.Version
- equals(Version) - Method in class net.ME1312.Galaxi.Library.Version.Version
-
See if Versions are Equal
- equals(Version, Version) - Static method in class net.ME1312.Galaxi.Library.Version.Version
-
See if Versions are Equal
- expect(Class<? extends Throwable>...) - Static method in class net.ME1312.Galaxi.Library.Try
-
Handle specific exceptions
- ExtraDataHandler<K> - Interface in net.ME1312.Galaxi.Library
-
Extra Data Handler Layout Class
F
- fromString(String) - Static method in class net.ME1312.Galaxi.Library.Version.Version
-
Parse a Version from a string
G
- get() - Method in class net.ME1312.Galaxi.Library.Config.YAMLConfig
-
Get Config Contents
- get() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a copy of the original Object Map
- get(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object by Handle
- get(K, Object) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object by Handle
- get(K, Supplier<?>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object by Handle
- get(K, ObjectMapValue<K>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object by Handle
- get(Try.Supplier<T>) - Method in class net.ME1312.Galaxi.Library.Try
-
Get a value despite exceptions
- get(Try.Supplier<T>, Consumer<Throwable>, T) - Method in class net.ME1312.Galaxi.Library.Try
-
Get a value despite exceptions
- get(Try.Supplier<T>, T) - Method in class net.ME1312.Galaxi.Library.Try
-
Get a value despite exceptions
- getAppDataDirectory() - Method in enum class net.ME1312.Galaxi.Library.Platform
-
Get the appropriate location for storing user data for this Operating System
- getBackwards(Map<K, V>, V) - Static method in class net.ME1312.Galaxi.Library.Util
-
Get keys by value from map
- getBoolean(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Boolean by Handle
- getBoolean(K, Boolean) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Boolean by Handle
- getBoolean(K, Supplier<Boolean>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Boolean by Handle
- getBooleanList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Boolean List by Handle
- getBooleanList(K, Supplier<? extends List<Boolean>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Boolean List by Handle
- getBooleanList(K, List<Boolean>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Boolean List by Handle
- getCaseInsensitively(Map<String, V>, String) - Static method in class net.ME1312.Galaxi.Library.Util
-
Get an item from a map ignoring case
- getDouble(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Double by Handle
- getDouble(K, Double) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Double by Handle
- getDouble(K, Supplier<Double>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Double by Handle
- getDoubleList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Double List by Handle
- getDoubleList(K, Supplier<? extends List<Double>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Double List by Handle
- getDoubleList(K, List<Double>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Double List by Handle
- getEntries() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get the Entries
- getExtra() - Method in interface net.ME1312.Galaxi.Library.ExtraDataHandler
-
Get the extra value section
- getExtra(String) - Method in interface net.ME1312.Galaxi.Library.ExtraDataHandler
-
Get an extra value
- getFloat(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Float by Handle
- getFloat(K, Float) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Float by Handle
- getFloat(K, Supplier<Float>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Float by Handle
- getFloatList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Float List by Handle
- getFloatList(K, Supplier<? extends List<Float>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Float List by Handle
- getFloatList(K, List<Float>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Float List by Handle
- getHandle() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get the Handle this Object uses
- getInt(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Integer by Handle
- getInt(K, Integer) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Integer by Handle
- getInt(K, Supplier<Integer>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Integer by Handle
- getIntList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Integer List by Handle
- getIntList(K, Supplier<? extends List<Integer>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Integer List by Handle
- getIntList(K, List<Integer>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Integer List by Handle
- getJavaArchitecture() - Static method in enum class net.ME1312.Galaxi.Library.Platform
-
Get the Architecture the current version of Java was designed for
- getJavaLanguageLevel() - Static method in enum class net.ME1312.Galaxi.Library.Platform
-
Get the Java Language Level that is currently being provided
- getJavaVersion() - Static method in enum class net.ME1312.Galaxi.Library.Platform
-
Get the Java Version that is currently being used
- getKeys() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get the Keys
- getList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a List by Handle
- getList(K, Collection<?>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a List by Handle
- getList(K, Supplier<? extends Collection<?>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a List by Handle
- getList(K, List<? extends ObjectMapValue<K>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a List by Handle
- getLong(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Long by Handle
- getLong(K, Long) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Long by Handle
- getLong(K, Supplier<Long>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Long by Handle
- getLongList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Long List by Handle
- getLongList(K, Supplier<? extends List<Long>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Long List by Handle
- getLongList(K, List<Long>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Long List by Handle
- getMap(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object Map by Handle
- getMap(K, Supplier<? extends ObjectMap<? extends K>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object Map by Handle
- getMap(K, Map<? extends K, ?>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object Map by Handle
- getMap(K, ObjectMap<? extends K>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object Map by Handle
- getMapList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object Map List by Handle
- getMapList(K, Collection<? extends Map<? extends K, ?>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object Map List by Handle
- getMapList(K, Supplier<? extends List<? extends ObjectMap<? extends K>>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object Map List by Handle
- getMapList(K, List<? extends ObjectMap<? extends K>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object Map List by Handle
- getName() - Method in enum class net.ME1312.Galaxi.Library.Platform
-
Get the name of this known Operating System
- getNew(Collection<? extends V>, Supplier<V>) - Static method in class net.ME1312.Galaxi.Library.Util
-
Gets a new Variable that doesn't match the existing Variables
- getObject(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object by Handle
- getObject(K, Object) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object by Handle
- getObject(K, Supplier<?>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object by Handle
- getObjectList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object List by Handle
- getObjectList(K, Supplier<? extends List<?>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object List by Handle
- getObjectList(K, List<?>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get an Object List by Handle
- getOrConsume(Try.Supplier<T>, Consumer<Throwable>) - Method in class net.ME1312.Galaxi.Library.Try
-
Get a value despite exceptions
- getOrFunction(Try.Supplier<T>, Consumer<Throwable>, Supplier<? extends T>) - Method in class net.ME1312.Galaxi.Library.Try
-
Get a value despite exceptions
- getOrFunction(Try.Supplier<T>, Function<Throwable, ? extends T>) - Method in class net.ME1312.Galaxi.Library.Try
-
Get a value despite exceptions
- getOrSupply(Try.Supplier<T>, Supplier<? extends T>) - Method in class net.ME1312.Galaxi.Library.Try
-
Get a value despite exceptions
- getParent() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Go up a level in the config (or null if this is the top layer)
- getParent() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Get the Object Map this Object was defined in
- getSection(String) - Method in class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Get a YAML Section by Handle
- getSection(String, Supplier<? extends YAMLSection>) - Method in class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Get a YAML Section by Handle
- getSection(String, Map<? extends String, ?>) - Method in class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Get a YAML Section by Handle
- getSection(String, YAMLSection) - Method in class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Get a YAML Section by Handle
- getSectionList(String) - Method in class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Get a YAML Section List by Handle
- getSectionList(String, Collection<? extends Map<? extends String, ?>>) - Method in class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Get a YAML Section List by Handle
- getSectionList(String, Supplier<? extends List<? extends YAMLSection>>) - Method in class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Get a YAML Section List by Handle
- getSectionList(String, List<? extends YAMLSection>) - Method in class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Get a YAML Section List by Handle
- getShort(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Short by Handle
- getShort(K, Short) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Short by Handle
- getShort(K, Supplier<Short>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Short by Handle
- getShortList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Short List by Handle
- getShortList(K, Supplier<? extends List<Short>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Short List by Handle
- getShortList(K, List<Short>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Short List by Handle
- getString(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a String by Handle
- getString(K, String) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a String by Handle
- getString(K, Supplier<String>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a String by Handle
- getStringList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a String List by Handle
- getStringList(K, Supplier<? extends List<String>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a String List by Handle
- getStringList(K, List<String>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a String List by Handle
- getSystem() - Static method in enum class net.ME1312.Galaxi.Library.Platform
-
Get the Operating System that is currently being used
- getSystemArchitecture() - Static method in enum class net.ME1312.Galaxi.Library.Platform
-
Get the architecture of the Operating System that is currently being used
- getSystemBuild() - Static method in enum class net.ME1312.Galaxi.Library.Platform
-
Get the build of the Operating System that is currently being used
- getSystemName() - Static method in enum class net.ME1312.Galaxi.Library.Platform
-
Get the name of the Operating System that is currently being used
- getSystemVersion() - Static method in enum class net.ME1312.Galaxi.Library.Platform
-
Get the version of the Operating System that is currently being used
- getUUID(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a UUID by Handle
- getUUID(K, Supplier<UUID>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a UUID by Handle
- getUUID(K, UUID) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a UUID by Handle
- getUUIDList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a UUID List by Handle
- getUUIDList(K, Supplier<? extends List<UUID>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a UUID List by Handle
- getUUIDList(K, List<UUID>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a UUID List by Handle
- getValues() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get the Values
- getVersion(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Version by Handle
- getVersion(K, Supplier<Version>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Version by Handle
- getVersion(K, Version) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Version by Handle
- getVersionList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Version List by Handle
- getVersionList(K, Supplier<? extends List<Version>>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Version List by Handle
- getVersionList(K, List<Version>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Get a Version List by Handle
H
- hasExtra(String) - Method in interface net.ME1312.Galaxi.Library.ExtraDataHandler
-
Determine if an extra value exists
I
- isBoolean() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Check if object is a Boolean
- isBoolean(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Check if object is a Boolean by Handle
- isList() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Check if object is a List
- isList(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Check if object is a List by Handle
- isMap() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Check if object is an Object Map
- isMap(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Check if object is an Object Map by Handle
- isNull() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Check if object is Null
- isNull(Object) - Static method in class net.ME1312.Galaxi.Library.Util
-
Checks a value to make sure it's not null
- isNull(Object...) - Static method in class net.ME1312.Galaxi.Library.Util
-
Checks values to make sure they're not null
- isNull(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Check if object is Null by Handle
- isNumber() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Check if object is a Number
- isNumber(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Check if object is a Number by Handle
- isString() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Check if object is a String
- isString(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Check if object is a String by Handle
- isUUID() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
-
Check if object is a UUID
- isUUID(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Check if object is a UUID by Handle
K
- key - Variable in class net.ME1312.Galaxi.Library.Container.ContainedPair
- key() - Method in class net.ME1312.Galaxi.Library.Container.ContainedPair
- key() - Method in class net.ME1312.Galaxi.Library.Container.Pair
-
Get the Key
- key() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Change the Key type of this map
- key(K) - Method in class net.ME1312.Galaxi.Library.Container.ContainedPair
- key(K) - Method in class net.ME1312.Galaxi.Library.Container.Pair
-
Set the Key
M
- MAC_OS - Enum constant in enum class net.ME1312.Galaxi.Library.Platform
- Merger - Class in net.ME1312.Galaxi.Library
-
Thread Merger Class
- Merger(Runnable) - Constructor for class net.ME1312.Galaxi.Library.Merger
-
Create a Thread Consolidator
- Merger(Thread) - Constructor for class net.ME1312.Galaxi.Library.Merger
-
Create a Thread Consolidator
N
- net.ME1312.Galaxi.Library - package net.ME1312.Galaxi.Library
- net.ME1312.Galaxi.Library.Config - package net.ME1312.Galaxi.Library.Config
- net.ME1312.Galaxi.Library.Container - package net.ME1312.Galaxi.Library.Container
- net.ME1312.Galaxi.Library.Map - package net.ME1312.Galaxi.Library.Map
- net.ME1312.Galaxi.Library.Version - package net.ME1312.Galaxi.Library.Version
- none - Static variable in class net.ME1312.Galaxi.Library.Try
-
Handle no exceptions
- nullpo(T) - Static method in class net.ME1312.Galaxi.Library.Util
-
Checks a value to make sure it's not null
- nullpo(T...) - Static method in class net.ME1312.Galaxi.Library.Util
-
Checks values to make sure they're not null
- nullpoCopy(T[]) - Static method in class net.ME1312.Galaxi.Library.Util
-
Checks an array of values to make sure they're not null and returns a trusted copy
O
- ObjectMap<K> - Class in net.ME1312.Galaxi.Library.Map
-
Object Map Class
- ObjectMap() - Constructor for class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Creates an empty Object Map
- ObjectMap(Map<? extends K, ?>) - Constructor for class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Creates an Object Map from Map Contents
- ObjectMap(ObjectMap<? extends K>) - Constructor for class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Creates an Object Map from Map Contents
- ObjectMapValue<K> - Class in net.ME1312.Galaxi.Library.Map
-
Object Map Class
P
- Pair<K,
V> - Class in net.ME1312.Galaxi.Library.Container -
Key-Value Pair Container
- Pair() - Constructor for class net.ME1312.Galaxi.Library.Container.Pair
- Platform - Enum Class in net.ME1312.Galaxi.Library
-
Operating System Platform Enum
- PRE_ALPHA - Enum constant in enum class net.ME1312.Galaxi.Library.Version.VersionType
- PRE_BETA - Enum constant in enum class net.ME1312.Galaxi.Library.Version.VersionType
- PRE_RELEASE - Enum constant in enum class net.ME1312.Galaxi.Library.Version.VersionType
- PREVIEW - Enum constant in enum class net.ME1312.Galaxi.Library.Version.VersionType
R
- readAll(Reader) - Static method in class net.ME1312.Galaxi.Library.Util
-
Read Everything from Reader
- reflect(Constructor<?>, Object...) - Static method in class net.ME1312.Galaxi.Library.Util
-
Construct an object using Reflection
- reflect(Field, Object) - Static method in class net.ME1312.Galaxi.Library.Util
-
Get a Field's value using Reflection
- reflect(Field, Object, Object) - Static method in class net.ME1312.Galaxi.Library.Util
-
Set a Field's value using Reflection
- reflect(Method, Object, Object...) - Static method in class net.ME1312.Galaxi.Library.Util
-
Call a method using Reflection
- release() - Method in class net.ME1312.Galaxi.Library.Merger
-
Call this at the end of each thread
- RELEASE - Enum constant in enum class net.ME1312.Galaxi.Library.Version.VersionType
- RELEASE_CANDIDATE - Enum constant in enum class net.ME1312.Galaxi.Library.Version.VersionType
- reload() - Method in class net.ME1312.Galaxi.Library.Config.YAMLConfig
-
Reload Config Contents
- remove(K) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Remove an Object by Handle
- removeExtra(String) - Method in interface net.ME1312.Galaxi.Library.ExtraDataHandler
-
Remove an extra value from this Object
- reserve() - Method in class net.ME1312.Galaxi.Library.Merger
-
Call this before starting a thread
- reserve(int) - Method in class net.ME1312.Galaxi.Library.Merger
-
Call this before starting multiple threads
- reserved() - Method in class net.ME1312.Galaxi.Library.Merger
-
See how many threads are still active
- REVISION - Enum constant in enum class net.ME1312.Galaxi.Library.Version.VersionType
- run() - Method in interface net.ME1312.Galaxi.Library.Try.Runnable
- run() - Method in interface net.ME1312.Galaxi.Library.Try.Supplier
- run(Try.Runnable) - Method in class net.ME1312.Galaxi.Library.Try
-
Run some code
- run(Try.Runnable, Consumer<Throwable>) - Method in class net.ME1312.Galaxi.Library.Try
-
Run some code
- run(T) - Method in interface net.ME1312.Galaxi.Library.Try.Consumer
- run(T) - Method in interface net.ME1312.Galaxi.Library.Try.Function
- run(T1, T2) - Method in interface net.ME1312.Galaxi.Library.Try.BiConsumer
- run(T1, T2) - Method in interface net.ME1312.Galaxi.Library.Try.BiFunction
S
- safeSet(K, Object) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Set an Object into this Map without overwriting the existing value
- safeSet(K, Supplier<?>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Set an Object into this Map without overwriting the existing value
- safeSetAll(Map<? extends K, ?>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Set all Objects into this Map without overwriting existing values
- safeSetAll(ObjectMap<? extends K>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Copy all Objects to this Map without overwriting existing values
- save() - Method in class net.ME1312.Galaxi.Library.Config.YAMLConfig
-
Save Config Contents
- search(File) - Static method in class net.ME1312.Galaxi.Library.Directories
-
Search a Directory
- set(K, Object) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Set an Object into this Map
- set(YAMLSection) - Method in class net.ME1312.Galaxi.Library.Config.YAMLConfig
-
Set Config Contents
- setAll(Map<? extends K, ?>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Set all Objects into this Map
- setAll(ObjectMap<? extends K>) - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
-
Copy all Objects to this Map
- SNAPSHOT - Enum constant in enum class net.ME1312.Galaxi.Library.Version.VersionType
- sneakyThrow(Throwable) - Static method in class net.ME1312.Galaxi.Library.Util
-
Sneak an exception past the compiler
T
- toExtendedString() - Method in class net.ME1312.Galaxi.Library.Version.Version
-
The extended toString() method
new Version(new Version("1.0.0"), VersionType.PRE_ALPHA, "7") would return:
1.0.0 pre-alpha 7 - toFullExtendedString() - Method in class net.ME1312.Galaxi.Library.Version.Version
-
The full extended toString() method
new Version(new Version("1.0.0"), VersionType.PRE_ALPHA, "7") would return:
version 1.0.0 pre-alpha 7 - toFullString() - Method in class net.ME1312.Galaxi.Library.Version.Version
-
The full toString() method
new Version(new Version("1.0.0"), VersionType.PRE_ALPHA, "7") would return:
v1.0.0/pa7 - toFullString(Collection<Version>) - Static method in class net.ME1312.Galaxi.Library.Version.Version
-
The full toString() method for Collections
- toJSON() - Method in class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Convert to JSON
- toString() - Method in class net.ME1312.Galaxi.Library.Config.YAMLConfig
- toString() - Method in class net.ME1312.Galaxi.Library.Config.YAMLSection
- toString() - Method in class net.ME1312.Galaxi.Library.Container.Pair
- toString() - Method in class net.ME1312.Galaxi.Library.Container.Value
- toString() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMap
- toString() - Method in class net.ME1312.Galaxi.Library.Map.ObjectMapValue
- toString() - Method in class net.ME1312.Galaxi.Library.Version.Version
-
The default toString() method
new Version(new Version("1.0.0"), VersionType.PRE_ALPHA, "7") would return:
1.0.0/pa7 - toString(Collection<Version>) - Static method in class net.ME1312.Galaxi.Library.Version.Version
-
The default toString() method for Collections
- Try - Class in net.ME1312.Galaxi.Library
-
Exception Handler Class
Remember that use of this class should always make your code shorter — it is not a replacement for native try-catch blocks - Try(Consumer<Throwable>) - Constructor for class net.ME1312.Galaxi.Library.Try
-
Handle specific exceptions
- Try.BiConsumer<T1,
T2> - Interface in net.ME1312.Galaxi.Library -
BiConsumer that could throw an exception
- Try.BiFunction<T1,
T2, R> - Interface in net.ME1312.Galaxi.Library -
BiFunction that could throw an exception
- Try.Consumer<T> - Interface in net.ME1312.Galaxi.Library
-
Consumer that could throw an exception
- Try.Function<T,
R> - Interface in net.ME1312.Galaxi.Library -
Function that could throw an exception
- Try.Runnable - Interface in net.ME1312.Galaxi.Library
-
Runnable that could throw an exception
- Try.Supplier<R> - Interface in net.ME1312.Galaxi.Library
-
Supplier that could throw an exception
U
- unescapeJavaString(String) - Static method in class net.ME1312.Galaxi.Library.Util
-
Parse Java escapes in a String
- UNIX - Enum constant in enum class net.ME1312.Galaxi.Library.Platform
- unzip(InputStream, File) - Static method in class net.ME1312.Galaxi.Library.Directories
-
Unzip a Directory
- UPDATE - Enum constant in enum class net.ME1312.Galaxi.Library.Version.VersionType
- Util - Class in net.ME1312.Galaxi.Library
-
Random Utility Class
V
- value - Variable in class net.ME1312.Galaxi.Library.Container.ContainedPair
- value - Variable in class net.ME1312.Galaxi.Library.Container.Container
- value() - Method in class net.ME1312.Galaxi.Library.Container.ContainedPair
- value() - Method in class net.ME1312.Galaxi.Library.Container.Container
- value() - Method in class net.ME1312.Galaxi.Library.Container.Value
-
Get the Value
- value(T) - Method in class net.ME1312.Galaxi.Library.Container.Value
-
Set the Value
- value(V) - Method in class net.ME1312.Galaxi.Library.Container.ContainedPair
- value(V) - Method in class net.ME1312.Galaxi.Library.Container.Container
- Value<T> - Class in net.ME1312.Galaxi.Library.Container
-
Value Container
- Value() - Constructor for class net.ME1312.Galaxi.Library.Container.Value
- valueOf(String) - Static method in enum class net.ME1312.Galaxi.Library.Platform
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.ME1312.Galaxi.Library.Version.VersionType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class net.ME1312.Galaxi.Library.Platform
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.ME1312.Galaxi.Library.Version.VersionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Version - Class in net.ME1312.Galaxi.Library.Version
-
Version Class
- Version(int...) - Constructor for class net.ME1312.Galaxi.Library.Version.Version
-
Creates a Version
- Version(String) - Constructor for class net.ME1312.Galaxi.Library.Version.Version
-
Creates a Version
- Version(Version, int...) - Constructor for class net.ME1312.Galaxi.Library.Version.Version
-
Creates a Version (Appending the parent)
- Version(Version, String) - Constructor for class net.ME1312.Galaxi.Library.Version.Version
-
Creates a Version (Appending the parent)
- Version(Version, VersionType, int...) - Constructor for class net.ME1312.Galaxi.Library.Version.Version
-
Creates a Version (Appending the parent)
- Version(Version, VersionType, String) - Constructor for class net.ME1312.Galaxi.Library.Version.Version
-
Creates a Version (Appending the parent)
- Version(VersionType, int...) - Constructor for class net.ME1312.Galaxi.Library.Version.Version
-
Creates a Version
- Version(VersionType, String) - Constructor for class net.ME1312.Galaxi.Library.Version.Version
-
Creates a Version
- VERSION - Enum constant in enum class net.ME1312.Galaxi.Library.Version.VersionType
- VersionTokenizer - Class in net.ME1312.Galaxi.Library.Version
- VersionType - Enum Class in net.ME1312.Galaxi.Library.Version
W
Y
- YAMLConfig - Class in net.ME1312.Galaxi.Library.Config
-
YAML Config Class
- YAMLConfig(File) - Constructor for class net.ME1312.Galaxi.Library.Config.YAMLConfig
-
Creates/Loads a YAML Formatted Config
- YAMLSection - Class in net.ME1312.Galaxi.Library.Config
-
YAML Config Section Class
- YAMLSection() - Constructor for class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Creates an empty YAML Section
- YAMLSection(InputStream) - Constructor for class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Creates a YAML Section from an Input Stream
- YAMLSection(Reader) - Constructor for class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Creates a YAML Section from a Reader
- YAMLSection(String) - Constructor for class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Creates a YAML Section from a String
- YAMLSection(Map<? extends String, ?>) - Constructor for class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Creates a YAML Section from Map Contents
- YAMLSection(ObjectMap<String>) - Constructor for class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Creates a YAML Section from Map Contents
- YAMLSection(JSONObject) - Constructor for class net.ME1312.Galaxi.Library.Config.YAMLSection
-
Creates a YAML Section from JSON Contents
Z
- zip(File, OutputStream) - Static method in class net.ME1312.Galaxi.Library.Directories
-
Zip a Directory
All Classes and Interfaces|All Packages|Serialized Form