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. cachestatic ByteNBTByteNBT. ONEstatic ByteNBTByteNBT. ZEROFields in net.minecraft.nbt with type parameters of type ByteNBT Modifier and Type Field Description static INBTType<ByteNBT>ByteNBT. TYPEMethods in net.minecraft.nbt that return ByteNBT Modifier and Type Method Description ByteNBTByteNBT. copy()ByteNBTByteArrayNBT. get(int p_get_1_)ByteNBTByteArrayNBT. remove(int p_remove_1_)ByteNBTByteArrayNBT. set(int p_set_1_, ByteNBT p_set_2_)static ByteNBTByteNBT. valueOf(boolean p_229672_0_)static ByteNBTByteNBT. 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 voidByteArrayNBT. add(int p_add_1_, ByteNBT p_add_2_)ByteNBTByteArrayNBT. set(int p_set_1_, ByteNBT p_set_2_)
-