Uses of Class
net.minecraft.nbt.NbtByte
Packages that use NbtByte
-
Uses of NbtByte in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtByteModifier and TypeFieldDescriptionstatic final NbtByte
NbtByte.ONE
(package private) static final NbtByte[]
NbtByte.Cache.VALUES
static final NbtByte
NbtByte.ZERO
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) static NbtByte
NbtByte.of
(byte value) Methods in net.minecraft.nbt that return types with arguments of type NbtByteModifier and TypeMethodDescriptionNbtByte.getNbtType()
Gets 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