Uses of Class
net.minecraft.nbt.NbtShort
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of NbtShort in net.minecraft.nbt
Modifier and TypeMethodDescriptionNbtShort.copy()
static NbtShort
NbtShort.of
(short value) Returns the NBT short fromvalue
.Modifier and TypeMethodDescriptionNbtShort.getNbtType()
Returns the NBT type definition of this NBT element. -
Uses of NbtShort in net.minecraft.nbt.visitor
Modifier and TypeMethodDescriptionvoid
NbtElementVisitor.visitShort
(NbtShort element) void
NbtOrderedStringFormatter.visitShort
(NbtShort element) void
NbtTextFormatter.visitShort
(NbtShort element) void
StringNbtWriter.visitShort
(NbtShort element)