Uses of Interface
net.kyori.adventure.nbt.IntArrayBinaryTag
-
Uses of IntArrayBinaryTag in net.kyori.adventure.nbt
Fields in net.kyori.adventure.nbt with type parameters of type IntArrayBinaryTagModifier and TypeFieldDescriptionstatic final BinaryTagType<IntArrayBinaryTag> BinaryTagTypes.INT_ARRAYMethods in net.kyori.adventure.nbt that return IntArrayBinaryTagModifier and TypeMethodDescriptionstatic IntArrayBinaryTagIntArrayBinaryTag.intArrayBinaryTag(int... value) Creates a binary tag holding anint-array value.Methods in net.kyori.adventure.nbt that return types with arguments of type IntArrayBinaryTagModifier and TypeMethodDescriptiondefault BinaryTagType<IntArrayBinaryTag> IntArrayBinaryTag.type()