CLASS net/minecraft/class_2520 net/minecraft/nbt/NbtElement COMMENT Represents an NBT element. COMMENT

COMMENT Each type of NBT element has an associated integer {@linkplain NbtElement#getType NBT type}. The following is a list of possible types: COMMENT

METHOD method_10707 copy ()Lnet/minecraft/class_2520; COMMENT Copies this NBT element. COMMENT COMMENT @return the copied element METHOD method_10711 getType ()B COMMENT Gets the type of this NBT element. COMMENT COMMENT @return the type METHOD method_10713 write (Ljava/io/DataOutput;)V ARG 1 output METHOD method_10714 asString ()Ljava/lang/String; METHOD method_23258 getNbtType ()Lnet/minecraft/class_4614; COMMENT Gets the NBT type definition of this NBT element. COMMENT COMMENT @return the element type definition METHOD method_32289 accept (Lnet/minecraft/class_5627;)V ARG 1 visitor