Uses of 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.method_10704()static NbtShortNbtShort.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 TypeMethodDescriptionvoidNbtElementVisitor.visitShort(NbtShort element) voidNbtOrderedStringFormatter.visitShort(NbtShort element) voidNbtTextFormatter.visitShort(NbtShort element) voidStringNbtWriter.visitShort(NbtShort element)