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 NbtByteNbtByte. ONEprivate static NbtByte[]NbtByte.Cache. VALUESstatic NbtByteNbtByte. ZEROFields in net.minecraft.nbt with type parameters of type NbtByte Modifier and Type Field Description static NbtType<NbtByte>NbtByte. TYPEMethods in net.minecraft.nbt that return NbtByte Modifier and Type Method Description NbtByteNbtByte. copy()NbtByteNbtByteArray. get(int int2)NbtByteNbtByteArray. method_10536(int int2)static NbtByteNbtByte. of(boolean value)static NbtByteNbtByte. of(byte value)NbtByteNbtByteArray. 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 voidNbtByteArray. method_10531(int int2, NbtByte nbtByte)NbtByteNbtByteArray. 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 voidNbtElementVisitor. visitByte(NbtByte element)voidNbtOrderedStringFormatter. visitByte(NbtByte element)voidNbtTextFormatter. visitByte(NbtByte element)voidStringNbtWriter. visitByte(NbtByte element)