Package net.minestom.server.utils.nbt
Class BinaryTagUtil
java.lang.Object
net.minestom.server.utils.nbt.BinaryTagUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull net.kyori.adventure.nbt.BinaryTagType
<?> nbtTypeFromId
(byte id) static @NotNull Object
nbtValueFromTag
(@NotNull net.kyori.adventure.nbt.BinaryTag tag)
-
Method Details
-
nbtTypeFromId
@NotNull public static @NotNull net.kyori.adventure.nbt.BinaryTagType<?> nbtTypeFromId(byte id) -
nbtValueFromTag
@NotNull public static @NotNull Object nbtValueFromTag(@NotNull @NotNull net.kyori.adventure.nbt.BinaryTag tag)
-