Uses of Class
net.minecraft.nbt.ByteNBT
-
Packages that use ByteNBT Package Description net.minecraft.nbt -
-
Uses of ByteNBT in net.minecraft.nbt
Fields in net.minecraft.nbt declared as ByteNBT Modifier and Type Field Description private static ByteNBT[]
ByteNBT.Cache. cache
static ByteNBT
ByteNBT. ONE
static ByteNBT
ByteNBT. ZERO
Fields in net.minecraft.nbt with type parameters of type ByteNBT Modifier and Type Field Description static INBTType<ByteNBT>
ByteNBT. TYPE
Methods in net.minecraft.nbt that return ByteNBT Modifier and Type Method Description ByteNBT
ByteNBT. copy()
ByteNBT
ByteArrayNBT. get(int p_get_1_)
ByteNBT
ByteArrayNBT. remove(int p_remove_1_)
ByteNBT
ByteArrayNBT. set(int p_set_1_, ByteNBT p_set_2_)
static ByteNBT
ByteNBT. valueOf(boolean p_229672_0_)
static ByteNBT
ByteNBT. valueOf(byte p_229671_0_)
Methods in net.minecraft.nbt that return types with arguments of type ByteNBT Modifier and Type Method Description INBTType<ByteNBT>
ByteNBT. getType()
Methods in net.minecraft.nbt with parameters of type ByteNBT Modifier and Type Method Description void
ByteArrayNBT. add(int p_add_1_, ByteNBT p_add_2_)
ByteNBT
ByteArrayNBT. set(int p_set_1_, ByteNBT p_set_2_)
-