Uses of Class
net.minecraft.nbt.NbtByte
Packages that use NbtByte
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of NbtByte in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtByteModifier 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
.Fields in net.minecraft.nbt with type parameters of type NbtByteMethods in net.minecraft.nbt that return NbtByteModifier 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
.Methods in net.minecraft.nbt that return types with arguments of type NbtByteModifier and TypeMethodDescriptionNbtByte.getNbtType()
Returns the NBT type definition of this NBT element.Methods in net.minecraft.nbt with parameters of type NbtByte -
Uses of NbtByte in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtByte