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. VALUESFields in net.minecraft.nbt with type parameters of type NbtShort Modifier and Type Field Description static NbtType<NbtShort>NbtShort. TYPEMethods in net.minecraft.nbt that return NbtShort Modifier and Type Method Description NbtShortNbtShort. copy()static NbtShortNbtShort. 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 voidNbtElementVisitor. visitShort(NbtShort element)voidNbtOrderedStringFormatter. visitShort(NbtShort element)voidNbtTextFormatter. visitShort(NbtShort element)voidStringNbtWriter. visitShort(NbtShort element)