fromMinecraft¶
val Tag.fromMinecraft: NbtTag?
Converts a Minecraft Tag to the equivalent knbt tag, or null for an EndTag.
val CompoundTag.fromMinecraft: NbtCompound
Converts a Minecraft CompoundTag to the equivalent knbt NbtCompound.
val ListTag.fromMinecraft: NbtList<*>?
Converts a Minecraft ListTag to the equivalent knbt NbtList, or null for an untyped (empty) list.