public class NBTFunctionsKt
@NotNull public static CompoundTag nCompound(@NotNull java.lang.String name, @NotNull kotlin.jvm.functions.Function1<? super jp.katana.nbt.tag.CompoundTag,kotlin.Unit> init)
@NotNull public static ListTag nList(@NotNull java.lang.String name, @NotNull kotlin.jvm.functions.Function1<? super jp.katana.nbt.tag.ListTag,kotlin.Unit> init)
@NotNull public static ByteTag comByte(@NotNull CompoundTag $this$comByte, @NotNull java.lang.String name, byte value)
@NotNull public static ShortTag comShort(@NotNull CompoundTag $this$comShort, @NotNull java.lang.String name, short value)
@NotNull public static IntTag comInt(@NotNull CompoundTag $this$comInt, @NotNull java.lang.String name, int value)
@NotNull public static ShortTag comLong(@NotNull CompoundTag $this$comLong, @NotNull java.lang.String name, short value)
@NotNull public static FloatTag comFloat(@NotNull CompoundTag $this$comFloat, @NotNull java.lang.String name, float value)
@NotNull public static DoubleTag comDouble(@NotNull CompoundTag $this$comDouble, @NotNull java.lang.String name, double value)
@NotNull public static StringTag comString(@NotNull CompoundTag $this$comString, @NotNull java.lang.String name, @NotNull java.lang.String value)
@NotNull public static ByteArrayTag comByteArray(@NotNull CompoundTag $this$comByteArray, @NotNull java.lang.String name, @NotNull kotlin.Array[] value)
@NotNull public static ByteArrayTag comByteArray(@NotNull CompoundTag $this$comByteArray, @NotNull java.lang.String name, @NotNull java.lang.Byte[] value)
@NotNull public static IntArrayTag comIntArray(@NotNull CompoundTag $this$comIntArray, @NotNull java.lang.String name, @NotNull kotlin.Array[] value)
@NotNull public static IntArrayTag comIntArray(@NotNull CompoundTag $this$comIntArray, @NotNull java.lang.String name, @NotNull java.lang.Integer[] value)
@NotNull public static LongArrayTag comLongArray(@NotNull CompoundTag $this$comLongArray, @NotNull java.lang.String name, @NotNull kotlin.Array[] value)
@NotNull public static LongArrayTag comLongArray(@NotNull CompoundTag $this$comLongArray, @NotNull java.lang.String name, @NotNull java.lang.Long[] value)
@NotNull public static CompoundTag comCompound(@NotNull CompoundTag $this$comCompound, @NotNull java.lang.String name, @NotNull kotlin.jvm.functions.Function1<? super jp.katana.nbt.tag.CompoundTag,kotlin.Unit> init)
@NotNull public static ListTag comList(@NotNull CompoundTag $this$comList, @NotNull java.lang.String name, byte listType, @NotNull kotlin.jvm.functions.Function1<? super jp.katana.nbt.tag.ListTag,kotlin.Unit> init)
@NotNull public static DoubleTag listDouble(@NotNull ListTag $this$listDouble, double value)
@NotNull public static StringTag listString(@NotNull ListTag $this$listString, @NotNull java.lang.String value)
@NotNull public static ByteArrayTag listByteArray(@NotNull ListTag $this$listByteArray, @NotNull kotlin.Array[] value)
@NotNull public static ByteArrayTag listByteArray(@NotNull ListTag $this$listByteArray, @NotNull java.lang.Byte[] value)
@NotNull public static IntArrayTag listIntArray(@NotNull ListTag $this$listIntArray, @NotNull kotlin.Array[] value)
@NotNull public static IntArrayTag listIntArray(@NotNull ListTag $this$listIntArray, @NotNull java.lang.Integer[] value)
@NotNull public static LongArrayTag listLongArray(@NotNull ListTag $this$listLongArray, @NotNull kotlin.Array[] value)
@NotNull public static LongArrayTag listLongArray(@NotNull ListTag $this$listLongArray, @NotNull java.lang.Long[] value)
@NotNull public static CompoundTag listCompound(@NotNull ListTag $this$listCompound, @NotNull kotlin.jvm.functions.Function1<? super jp.katana.nbt.tag.CompoundTag,kotlin.Unit> init)