Uses of Record Class
net.minecraft.nbt.NbtShort
Packages that use NbtShort
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of NbtShort in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtShortFields in net.minecraft.nbt with type parameters of type NbtShortMethods in net.minecraft.nbt that return NbtShortModifier and TypeMethodDescriptionNbtShort.copy()
static NbtShort
NbtShort.of
(short value) Returns the NBT short fromvalue
.Methods in net.minecraft.nbt that return types with arguments of type NbtShortModifier and TypeMethodDescriptionNbtShort.getNbtType()
Returns the NBT type definition of this NBT element. -
Uses of NbtShort in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtShortModifier and TypeMethodDescriptionvoid
NbtElementVisitor.visitShort
(NbtShort element) void
NbtOrderedStringFormatter.visitShort
(NbtShort element) void
NbtTextFormatter.visitShort
(NbtShort element) void
StringNbtWriter.visitShort
(NbtShort element)