Uses of Class
net.minecraft.nbt.AbstractNbtList
Packages that use AbstractNbtList
-
Uses of AbstractNbtList in net.minecraft.nbt
Subclasses of AbstractNbtList in net.minecraft.nbtModifier and TypeClassDescriptionclass
Represents an NBT byte array.class
Represents an NBT 32-bit integer array.class
Represents an NBT list.class
Represents an NBT 64-bit integer array.Methods in net.minecraft.nbt that return AbstractNbtListModifier and TypeMethodDescriptionprivate static AbstractNbtList<?>
NbtOps.createList
(byte knownType, byte valueType) Methods in net.minecraft.nbt with parameters of type AbstractNbtListModifier and TypeMethodDescriptionprivate static <T extends NbtElement>
voidNbtOps.addAll
(AbstractNbtList<T> destination, NbtElement source, List<NbtElement> additionalValues) private static <T extends NbtElement>
voidNbtOps.addAll
(AbstractNbtList<T> destination, NbtElement source, NbtElement additionalValue)