public class NbtRef<N extends net.minecraft.nbt.NBTBase>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
NbtRef.EnumType |
Modifier and Type | Field and Description |
---|---|
static com.google.gson.TypeAdapterFactory |
TYPE_ADAPTER_FACTORY |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<N> |
get(net.minecraft.nbt.NBTBase nbt) |
java.lang.String |
toString() |
public static final com.google.gson.TypeAdapterFactory TYPE_ADAPTER_FACTORY
public java.util.Optional<N> get(net.minecraft.nbt.NBTBase nbt)
public java.lang.String toString()
toString
in class java.lang.Object