CLASS net/minecraft/class_2520 net/minecraft/nbt/NbtElement COMMENT Represents an NBT element. 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 COMMENT COMMENT @see net.fabricmc.yarn.constants.NbtTypeIds a list of valid types 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