Uses of Class
net.minecraft.nbt.NbtByte
Package | Description |
---|---|
net.minecraft.nbt | |
net.minecraft.nbt.visitor |
-
Uses of NbtByte in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtByte Modifier and Type Field Description static NbtByte
NbtByte. ONE
private static NbtByte[]
NbtByte.Cache. VALUES
static NbtByte
NbtByte. ZERO
Fields in net.minecraft.nbt with type parameters of type NbtByte Modifier and Type Field Description static NbtType<NbtByte>
NbtByte. TYPE
Methods in net.minecraft.nbt that return NbtByte Modifier and Type Method Description NbtByte
NbtByte. copy()
NbtByte
NbtByteArray. get(int int2)
NbtByte
NbtByteArray. method_10536(int int2)
static NbtByte
NbtByte. of(boolean value)
static NbtByte
NbtByte. of(byte value)
NbtByte
NbtByteArray. set(int int2, NbtByte nbtByte)
Methods in net.minecraft.nbt that return types with arguments of type NbtByte Modifier and Type Method Description NbtType<NbtByte>
NbtByte. getNbtType()
Gets the NBT type definition of this NBT element.Methods in net.minecraft.nbt with parameters of type NbtByte Modifier and Type Method Description void
NbtByteArray. method_10531(int int2, NbtByte nbtByte)
NbtByte
NbtByteArray. set(int int2, NbtByte nbtByte)
-
Uses of NbtByte in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtByte Modifier and Type Method Description void
NbtElementVisitor. visitByte(NbtByte element)
void
NbtOrderedStringFormatter. visitByte(NbtByte element)
void
NbtTextFormatter. visitByte(NbtByte element)
void
StringNbtWriter. visitByte(NbtByte element)