Uses of Class
net.minecraft.nbt.NbtShort
Package | Description |
---|---|
net.minecraft.nbt | |
net.minecraft.nbt.visitor |
-
Uses of NbtShort in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtShort Modifier and Type Field Description (package private) static NbtShort[]
NbtShort.Cache. VALUES
Fields in net.minecraft.nbt with type parameters of type NbtShort Modifier and Type Field Description static NbtType<NbtShort>
NbtShort. TYPE
Methods in net.minecraft.nbt that return NbtShort Modifier and Type Method Description NbtShort
NbtShort. copy()
static NbtShort
NbtShort. of(short value)
Methods in net.minecraft.nbt that return types with arguments of type NbtShort Modifier and Type Method Description NbtType<NbtShort>
NbtShort. getNbtType()
Gets 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 NbtShort Modifier and Type Method Description void
NbtElementVisitor. visitShort(NbtShort element)
void
NbtOrderedStringFormatter. visitShort(NbtShort element)
void
NbtTextFormatter. visitShort(NbtShort element)
void
StringNbtWriter. visitShort(NbtShort element)