Uses of Interface
net.kyori.adventure.nbt.ByteBinaryTag
-
Uses of ByteBinaryTag in net.kyori.adventure.nbt
Fields in net.kyori.adventure.nbt declared as ByteBinaryTagModifier and TypeFieldDescriptionstatic final ByteBinaryTagByteBinaryTag.ONEA tag with the value1.static final ByteBinaryTagByteBinaryTag.ZEROA tag with the value0.Fields in net.kyori.adventure.nbt with type parameters of type ByteBinaryTagMethods in net.kyori.adventure.nbt that return ByteBinaryTagModifier and TypeMethodDescriptionstatic ByteBinaryTagByteBinaryTag.byteBinaryTag(byte value) Creates a binary tag holding abytevalue.Methods in net.kyori.adventure.nbt that return types with arguments of type ByteBinaryTag