- get() - Method in class net.drgnome.nbtlib.Tag
-
Returns the value of this Tag
.
- getClass(Class, boolean) - Static method in class net.drgnome.nbtlib.ClassProxy
-
Creates a proxy class for a given super class.
- getClass(Class, MethodFilter, boolean) - Static method in class net.drgnome.nbtlib.ClassProxy
-
Creates a proxy class for a given super class.
- getConstructor(Class, Class...) - Static method in class net.drgnome.nbtlib.NBTLib
-
Returns the constructor of a class.
- getCraftbukkitClass(String) - Static method in class net.drgnome.nbtlib.NBTLib
-
Returns a
Class
from the Craftbukkit package.
- getCraftbukkitPackage() - Static method in class net.drgnome.nbtlib.NBTLib
-
Returns the Craftbukkit package name with a trailing dot.
- getEnum(Object) - Static method in enum net.drgnome.nbtlib.NBT
-
Returns an NBT
representing the type of a Minecraft NBTBase object.
- getField(Class, Class) - Static method in class net.drgnome.nbtlib.NBTLib
-
Tries to identify a field of class by the fields type.
- getField(Class, String) - Static method in class net.drgnome.nbtlib.NBTLib
-
Returns a field of a class.
- getId() - Method in enum net.drgnome.nbtlib.NBT
-
Returns the ID of the NBT Tag represented by this enum constant.
- getMethod(Class, Class, Class...) - Static method in class net.drgnome.nbtlib.NBTLib
-
Returns a method of a class.
- getMethod(Class, String, Class...) - Static method in class net.drgnome.nbtlib.NBTLib
-
Returns a method of a class.
- getMinecraftClass(String) - Static method in class net.drgnome.nbtlib.NBTLib
-
Returns a
Class
from the Minecraft package.
- getMinecraftPackage() - Static method in class net.drgnome.nbtlib.NBTLib
-
Returns the Minecraft package name with a trailing dot.
- getMinecraftVersion() - Static method in class net.drgnome.nbtlib.NBTLib
-
Returns the Minecraft version.
- getPackageVersion() - Static method in class net.drgnome.nbtlib.NBTLib
-
Returns the Minecraft package version.
- getType() - Method in class net.drgnome.nbtlib.Tag
-
Returns an NBT
representing the type of this Tag
.