Uses of Interface
net.kyori.adventure.nbt.LongArrayBinaryTag
-
Uses of LongArrayBinaryTag in net.kyori.adventure.nbt
Fields in net.kyori.adventure.nbt with type parameters of type LongArrayBinaryTagModifier and TypeFieldDescriptionstatic final BinaryTagType<LongArrayBinaryTag> BinaryTagTypes.LONG_ARRAYMethods in net.kyori.adventure.nbt that return LongArrayBinaryTagModifier and TypeMethodDescriptionstatic LongArrayBinaryTagLongArrayBinaryTag.longArrayBinaryTag(long... value) Creates a binary tag holding along-array value.Methods in net.kyori.adventure.nbt that return types with arguments of type LongArrayBinaryTagModifier and TypeMethodDescriptiondefault BinaryTagType<LongArrayBinaryTag> LongArrayBinaryTag.type()