public abstract class NBTBaseHandle
extends com.bergerkiller.mountiplex.reflection.declarations.Template.Handle
T
member.
New handles can be created from raw instances using createHandle(Object)
.Modifier and Type | Class and Description |
---|---|
static class |
NBTBaseHandle.NBTBaseClass
Stores class members for net.minecraft.server.NBTBase.
|
Modifier and Type | Field and Description |
---|---|
static NBTBaseHandle.NBTBaseClass |
T |
Constructor and Description |
---|
NBTBaseHandle() |
Modifier and Type | Method and Description |
---|---|
abstract NBTBaseHandle |
clone() |
static NBTBaseHandle |
createHandle(java.lang.Object handleInstance) |
abstract byte |
getTypeId() |
public static final NBTBaseHandle.NBTBaseClass T
public static NBTBaseHandle createHandle(java.lang.Object handleInstance)
public abstract byte getTypeId()
public abstract NBTBaseHandle clone()
clone
in class java.lang.Object