Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- applyPatch(File, File, File) - Static method in class one.pkg.tiny.utils.diff.SimplePatcher
-
Applies a binary patch to a target file and writes the patched content to an output file.
- applyPatch(File, File, File, ICompress) - Static method in class one.pkg.tiny.utils.diff.SimplePatcher
- applyPatch(InputStream, InputStream) - Static method in class one.pkg.tiny.utils.diff.SimplePatcher
-
Applies a patch to a target file and returns the resulting file as an output stream.
- applyPath(File, File) - Static method in class one.pkg.tiny.utils.diff.SimplePatcher
-
Applies a binary patch file to a specified destination file and generates a new file with the patched content.
B
- BaseCompress - Enum Class in one.pkg.tiny.utils.compress
- BrotliCompress - Class in one.pkg.tiny.utils.compress
- BUFFER_SIZE - Static variable in interface one.pkg.tiny.utils.compress.ICompress
- BungeeCord - Enum constant in enum class one.pkg.tiny.utils.minecraft.Platform
C
- checkDependencyPresent(String) - Method in class one.pkg.tiny.utils.compress.BrotliCompress
- checkDependencyPresent(String) - Method in class one.pkg.tiny.utils.compress.ZstdCompress
- Collections - Class in one.pkg.tiny.utils
-
The Collections class provides utility methods for creating optimized data structures such as maps, sets, and lists.
- Collections() - Constructor for class one.pkg.tiny.utils.Collections
- Command - Class in one.pkg.tiny.utils.minecraft
- Command() - Constructor for class one.pkg.tiny.utils.minecraft.Command
- compress(InputStream, OutputStream) - Method in interface one.pkg.tiny.utils.compress.ICompress
- copyStream(InputStream, OutputStream) - Static method in interface one.pkg.tiny.utils.compress.ICompress
- createCompressStream(OutputStream) - Method in class one.pkg.tiny.utils.compress.BrotliCompress
- createCompressStream(OutputStream) - Method in interface one.pkg.tiny.utils.compress.ICompress
- createCompressStream(OutputStream) - Method in class one.pkg.tiny.utils.compress.ZstdCompress
- createDecompressStream(InputStream) - Method in class one.pkg.tiny.utils.compress.BrotliCompress
- createDecompressStream(InputStream) - Method in interface one.pkg.tiny.utils.compress.ICompress
- createDecompressStream(InputStream) - Method in class one.pkg.tiny.utils.compress.ZstdCompress
- createPatch(File, File) - Static method in class one.pkg.tiny.utils.diff.SimplePatcher
-
Creates a temporary binary patch file that represents the differences between the specified new file and old file.
- createPatch(File, File, File) - Static method in class one.pkg.tiny.utils.diff.SimplePatcher
-
Creates a binary patch file that defines the changes required to transform the contents of the old file into the new file.
- createPatch(File, File, File, ICompress) - Static method in class one.pkg.tiny.utils.diff.SimplePatcher
-
Creates a binary patch file that describes the changes required to transform the contents of the old file into the new file.
- createPatch(InputStream, InputStream) - Static method in class one.pkg.tiny.utils.diff.SimplePatcher
-
Creates a binary patch that transforms the contents of the source file into the destination file.
D
- decompress(InputStream, OutputStream) - Method in interface one.pkg.tiny.utils.compress.ICompress
- DEFLATE - Enum constant in enum class one.pkg.tiny.utils.compress.BaseCompress
E
- enforceType(Class<?>, Class<?>) - Static method in class one.pkg.tiny.utils.Reflect
- entryForEach(Map<K, V>, Consumer<? super Map.Entry<K, V>>) - Static method in class one.pkg.tiny.utils.Collections
-
Iterates over each entry in the provided map and applies the given consumer action to each entry.
F
- Fabric - Enum constant in enum class one.pkg.tiny.utils.minecraft.Platform
- Folia - Enum constant in enum class one.pkg.tiny.utils.minecraft.Platform
- Forge - Enum constant in enum class one.pkg.tiny.utils.minecraft.Platform
- format(byte[]) - Static method in class one.pkg.tiny.utils.Hash
- fromProtocolVersion(int) - Static method in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
-
Returns the corresponding ProtocolVersion for the given protocol number.
G
- generateRandomId(int) - Static method in class one.pkg.tiny.utils.Rand
-
Generates a random alphanumeric string of the specified length.
- get() - Static method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Retrieves the current
Platform
instance by detecting the underlying platform. - getClass(String) - Static method in class one.pkg.tiny.utils.Reflect
-
Retrieves a
Class
object associated with the fully qualified name of a class. - getClassPath() - Method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Retrieves the class path as a string.
- getField(Object, String, Class<?>, Object) - Static method in class one.pkg.tiny.utils.Reflect
-
Retrieves the value of the specified field in the given target object using reflection.
- getField(Object, String, Object) - Static method in class one.pkg.tiny.utils.Reflect
-
Retrieves the value of a specified field from an object instance using reflection.
- getField(MethodHandles.Lookup, Object, String, Class<?>, Object) - Static method in class one.pkg.tiny.utils.Reflect
-
Retrieves the value of a field in an object instance using
MethodHandles
for reflection. - getFileExtension() - Method in enum class one.pkg.tiny.utils.compress.BaseCompress
- getFileExtension() - Method in class one.pkg.tiny.utils.compress.BrotliCompress
- getFileExtension() - Method in interface one.pkg.tiny.utils.compress.ICompress
- getFileExtension() - Method in class one.pkg.tiny.utils.compress.ZstdCompress
- getInstance() - Static method in class one.pkg.tiny.utils.compress.BrotliCompress
- getInstance() - Static method in class one.pkg.tiny.utils.compress.ZstdCompress
- getLookup(Class<?>) - Static method in class one.pkg.tiny.utils.Reflect
-
Retrieves a
MethodHandles.Lookup
instance for performing operations on the specified class. - getName(String) - Static method in class one.pkg.tiny.utils.minecraft.Command
- getPermission(String) - Static method in class one.pkg.tiny.utils.minecraft.Command
- getProtocolVersion() - Method in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
-
Returns the protocol number for this ProtocolVersion.
- getStaticField(Class<?>, String) - Static method in class one.pkg.tiny.utils.Reflect
-
Retrieves the value of a static field from the specified class using reflection.
- getStaticField(Class<?>, String, Class<?>) - Static method in class one.pkg.tiny.utils.Reflect
-
Retrieves the value of a static field from the specified class using reflection and method handles.
- getStaticField(MethodHandles.Lookup, Class<?>, String, Class<?>) - Static method in class one.pkg.tiny.utils.Reflect
-
Retrieves the value of a static field from the specified class using
MethodHandles
. - GZIP - Enum constant in enum class one.pkg.tiny.utils.compress.BaseCompress
H
- hasClass(String) - Static method in class one.pkg.tiny.utils.Reflect
-
Checks whether a class with the specified fully qualified name exists in the classpath.
- hash(byte[]) - Static method in class one.pkg.tiny.utils.Hash
- hash(File) - Static method in class one.pkg.tiny.utils.Hash
- hash(String) - Static method in class one.pkg.tiny.utils.Hash
- hash(Path) - Static method in class one.pkg.tiny.utils.Hash
- Hash - Class in one.pkg.tiny.utils
- Hash() - Constructor for class one.pkg.tiny.utils.Hash
I
- ICompress - Interface in one.pkg.tiny.utils.compress
- is() - Method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Determines whether the specified class exists in the classpath.
- isBukkit() - Static method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Determines whether the current platform is a Bukkit-based platform.
- isBukkitBasedServer() - Static method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Checks if the current server is Bukkit-based.
- isMixinServer() - Static method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Determines whether the current server is a mixin of a mod loader and a Bukkit-based server.
- isModLoader() - Static method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Determines whether the current platform is a mod loader.
- isModLoaderPresent() - Static method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Checks if any mod loader is present in the current environment.
- isMultithreadedBukkit() - Static method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Determines whether the current environment supports multithreading features.
- isProxy() - Static method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Determines whether the current platform is a proxy-based platform.
N
- NeoForge - Enum constant in enum class one.pkg.tiny.utils.minecraft.Platform
- newArrayList() - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new empty list instance.
- newArrayList(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new
List
instance with the specified initial size. - newArrayList(Iterable<? extends T>) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new
ArrayList
containing the elements from the providedIterable
. - newArrayList(Collection<? extends T>) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list containing the elements from the specified collection.
- newArrayList(Iterator<? extends T>) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new
List
containing all elements from the givenIterator
. - newArrayList(T...) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new array-backed
List
containing the provided elements. - newBooleanArrayList() - Static method in class one.pkg.tiny.utils.Collections
-
Creates and returns a new list to store Boolean values.
- newBooleanArrayList(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list of Booleans with the specified initial capacity.
- newBooleanArrayList(boolean...) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list of Boolean objects initialized with the provided boolean values.
- newBooleanHashMap() - Static method in class one.pkg.tiny.utils.Collections
-
Creates and returns a new Map instance where the values are of type Boolean.
- newBooleanHashMap(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new
Map
instance with keys of typeK
and boolean values. - newByteArrayList() - Static method in class one.pkg.tiny.utils.Collections
-
Creates and returns a new list of Byte elements.
- newByteArrayList(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list to hold Byte elements with the specified initial capacity.
- newByteArrayList(byte...) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list of Byte objects initialized with the specified byte values.
- newCharArrayList() - Static method in class one.pkg.tiny.utils.Collections
-
Creates and returns a new list of characters.
- newCharArrayList(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates and returns a new list of Characters with the specified initial capacity.
- newCharArrayList(char...) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new
List
ofCharacter
elements from the given array of primitivechar
values. - newDoubleArrayList() - Static method in class one.pkg.tiny.utils.Collections
-
Creates and returns a new instance of a list that stores Double values.
- newDoubleArrayList(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list capable of storing double values with the specified initial capacity.
- newDoubleArrayList(double...) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list of Doubles initialized with the given double values.
- newDoubleHashMap() - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new map with generic keys and double values.
- newDoubleHashMap(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new hash map with keys of type
K
and values of typeDouble
. - newFloatArrayList() - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list of Float type.
- newFloatArrayList(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new instance of a list to hold float values with the specified initial capacity.
- newFloatArrayList(float...) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list of Floats containing the provided initial values.
- newFloatHashMap() - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new map with keys of type
K
and values of typeFloat
. - newFloatHashMap(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new map with keys of generic type
K
andfloat
values. - newHashMap() - Static method in class one.pkg.tiny.utils.Collections
-
Creates and returns a new hash map with default settings.
- newHashMap(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new hash map with the specified initial capacity.
- newHashMap(Map<K, V>) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new HashMap instance and populates it with the entries from the provided map.
- newHashSet() - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new empty HashSet instance.
- newHashSet(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new hash set with the specified initial capacity.
- newHashSet(T...) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new HashSet containing the provided elements.
- newIntArrayList() - Static method in class one.pkg.tiny.utils.Collections
-
Creates and returns a new instance of a list that stores integers.
- newIntArrayList(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list of integers with the specified initial capacity.
- newIntArrayList(int...) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list of integers initialized with the given values.
- newIntHashMap() - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new hash map that maps keys of type
K
to integer values. - newIntHashMap(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new hash map where keys are of type K and values are of type Integer.
- newLinkedHashMap() - Static method in class one.pkg.tiny.utils.Collections
-
Creates and returns a new instance of a LinkedHashMap.
- newLinkedHashMap(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new LinkedHashMap with the specified initial capacity.
- newLinkedHashMap(Map<K, V>) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new LinkedHashMap or a fastutil Object2ObjectLinkedOpenHashMap based on the specified map.
- newLongArrayList() - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list of Long type.
- newLongArrayList(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new instance of a list that can hold Long objects with the specified initial capacity.
- newLongArrayList(long...) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new List of Longs initialized with the given long values.
- newLongHashMap() - Static method in class one.pkg.tiny.utils.Collections
-
Creates and returns a new map instance where the keys are of generic type K, and the values are of type Long.
- newLongHashMap(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new hash map with keys of type
K
and values of typeLong
. - newShortArrayList() - Static method in class one.pkg.tiny.utils.Collections
-
Creates and returns a new instance of a list that can store Short objects.
- newShortArrayList(int) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new list of Short objects with the specified initial capacity.
- newShortArrayList(short...) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new List of Short values, optionally initializing it with the provided short values.
- newTreeSet(Collection<? extends T>) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new TreeSet with the elements provided in the specified collection.
- newTreeSetRB(Collection<? extends T>) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new TreeSet instance with the elements provided in the specified collection.
- newUnmodifiableHashSet() - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new unmodifiable empty set.
- newUnmodifiableHashSet(Set<T>) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new unmodifiable hash set containing the elements of the provided set.
- newUnmodifiableHashSet(T...) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new unmodifiable
Set
that contains the specified elements. - newUnmodifiableList() - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new unmodifiable list.
- newUnmodifiableList(List<T>) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new unmodifiable list from the provided list.
- newUnmodifiableList(T...) - Static method in class one.pkg.tiny.utils.Collections
-
Creates a new unmodifiable list containing the specified elements.
- notNull(Object) - Static method in class one.pkg.tiny.utils.Validate
- notNull(Object, String) - Static method in class one.pkg.tiny.utils.Validate
O
- of(String) - Static method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Retrieves the
Platform
instance corresponding to the provided platform name. - one.pkg.tiny.utils - package one.pkg.tiny.utils
- one.pkg.tiny.utils.compress - package one.pkg.tiny.utils.compress
- one.pkg.tiny.utils.diff - package one.pkg.tiny.utils.diff
- one.pkg.tiny.utils.minecraft - package one.pkg.tiny.utils.minecraft
P
- Paper - Enum constant in enum class one.pkg.tiny.utils.minecraft.Platform
- Platform - Enum Class in one.pkg.tiny.utils.minecraft
-
Enum representing various Minecraft server platforms.
- PLAY_1_10 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_11 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_11_1 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_12 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_12_1 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_12_2 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_13 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_13_1 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_13_2 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_14 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_14_1 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_14_2 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_14_3 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_14_4 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_15 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_15_1 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_15_2 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_16 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_16_1 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_16_2 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_16_3 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_16_4 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_17 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_17_1 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_18 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_18_2 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_19 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_19_1 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_19_3 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_19_4 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_20 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_20_2 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_20_3 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_20_5 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_21 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_21_2 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_21_4 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_21_5 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_21_6 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_21_7 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_21_9 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_7 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_7_2 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_7_6 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_8 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_9 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_9_1 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_9_2 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- PLAY_1_9_3 - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
- ProtocolVersion - Enum Class in one.pkg.tiny.utils.minecraft
-
Represents the Minecraft Java Edition protocol version mapping table.
Q
R
- Rand - Class in one.pkg.tiny.utils
- Rand() - Constructor for class one.pkg.tiny.utils.Rand
- Reflect - Class in one.pkg.tiny.utils
-
Utility class containing reflection-related methods for manipulating and inspecting classes and fields.
- Reflect() - Constructor for class one.pkg.tiny.utils.Reflect
- removeIf(Map<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class one.pkg.tiny.utils.Collections
-
Removes all entries from the specified map that satisfy the provided predicate.
S
- setField(Object, String, Object) - Static method in class one.pkg.tiny.utils.Reflect
-
Sets the value of a specified field in the given target object.
- setFieldL(Object, String, Object) - Static method in class one.pkg.tiny.utils.Reflect
-
Sets the value of a field in an object instance using reflection.
- setFieldL(MethodHandles.Lookup, Object, String, Object) - Static method in class one.pkg.tiny.utils.Reflect
-
Sets the value of the specified field on the given target object.
- setNotNullStaticField(Class<?>, String, Object) - Static method in class one.pkg.tiny.utils.Reflect
-
Sets the value of a static field in the specified class if the field's current value is null.
- setNotNullStaticFieldL(Class<?>, String, Object) - Static method in class one.pkg.tiny.utils.Reflect
-
Sets a non-null static field on the specified class with the provided value.
- setNotNullStaticFieldL(MethodHandles.Lookup, Class<?>, String, Object) - Static method in class one.pkg.tiny.utils.Reflect
-
Sets a static field of the specified class to a non-null value if it is currently null.
- setStaticField(Class<?>, String, Object) - Static method in class one.pkg.tiny.utils.Reflect
-
Sets the value of a static field in the specified class using reflection.
- setStaticFieldL(Class<?>, String, Object) - Static method in class one.pkg.tiny.utils.Reflect
-
Sets the value of a static field in the specified class using reflection.
- setStaticFieldL(MethodHandles.Lookup, Class<?>, String, Object) - Static method in class one.pkg.tiny.utils.Reflect
-
Sets the value of a static field in the specified class.
- ShreddedPaper - Enum constant in enum class one.pkg.tiny.utils.minecraft.Platform
- SimplePatcher - Class in one.pkg.tiny.utils.diff
-
SimplePatcher is just an accidental byproduct, and I don't recommend anyone to use it.
- SimplePatcher() - Constructor for class one.pkg.tiny.utils.diff.SimplePatcher
- Spigot - Enum constant in enum class one.pkg.tiny.utils.minecraft.Platform
T
- toRawString() - Method in enum class one.pkg.tiny.utils.minecraft.Platform
- toString() - Method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Returns the lowercase string representation of the platform.
U
- Unknown - Enum constant in enum class one.pkg.tiny.utils.minecraft.Platform
- UNKNOWN - Enum constant in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
V
- Validate - Class in one.pkg.tiny.utils
- Validate() - Constructor for class one.pkg.tiny.utils.Validate
- valueOf(String) - Static method in enum class one.pkg.tiny.utils.compress.BaseCompress
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class one.pkg.tiny.utils.compress.BaseCompress
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class one.pkg.tiny.utils.minecraft.Platform
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class one.pkg.tiny.utils.minecraft.ProtocolVersion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Velocity - Enum constant in enum class one.pkg.tiny.utils.minecraft.Platform
Z
- ZstdCompress - Class in one.pkg.tiny.utils.compress
All Classes and Interfaces|All Packages|Constant Field Values