Uses of Class
net.minecraft.nbt.CollectionNBT
-
Packages that use CollectionNBT Package Description net.minecraft.nbt -
-
Uses of CollectionNBT in net.minecraft.nbt
Subclasses of CollectionNBT in net.minecraft.nbt Modifier and Type Class Description class
ByteArrayNBT
class
IntArrayNBT
class
ListNBT
class
LongArrayNBT
Methods in net.minecraft.nbt that return CollectionNBT Modifier and Type Method Description private static CollectionNBT<?>
NBTDynamicOps. createGenericList(byte p_240602_0_, byte p_240602_1_)
Methods in net.minecraft.nbt with parameters of type CollectionNBT Modifier and Type Method Description private static <T extends INBT>
voidNBTDynamicOps. fillMany(CollectionNBT<T> p_240608_0_, INBT p_240608_1_, java.util.List<INBT> p_240608_2_)
private static <T extends INBT>
voidNBTDynamicOps. fillOne(CollectionNBT<T> p_240609_0_, INBT p_240609_1_, INBT p_240609_2_)
-