Uses of Class
net.minecraft.nbt.NbtByte
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of NbtByte in net.minecraft.nbt
Modifier and TypeFieldDescriptionstatic final NbtByte
NbtByte.ONE
The NBT byte representing1
.(package private) static final NbtByte[]
NbtByte.Cache.VALUES
static final NbtByte
NbtByte.ZERO
The NBT byte representing0
.Modifier and TypeMethodDescriptionNbtByte.copy()
NbtByteArray.get
(int int2) NbtByteArray.method_10536
(int int2) static NbtByte
NbtByte.of
(boolean value) Returns the NBT byte representing the booleanvalue
.static NbtByte
NbtByte.of
(byte value) Returns the NBT byte fromvalue
.Modifier and TypeMethodDescriptionNbtByte.getNbtType()
Returns the NBT type definition of this NBT element. -
Uses of NbtByte in net.minecraft.nbt.visitor