Uses of Interface
net.minecraft.storage.WriteView.ListAppender
Packages that use WriteView.ListAppender
-
Uses of WriteView.ListAppender in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type WriteView.ListAppenderModifier and TypeMethodDescriptionvoidPlayerInventory.writeData(WriteView.ListAppender<StackWithSlot> list) -
Uses of WriteView.ListAppender in net.minecraft.inventory
Methods in net.minecraft.inventory with parameters of type WriteView.ListAppenderModifier and TypeMethodDescriptionvoidSimpleInventory.toDataList(WriteView.ListAppender<ItemStack> list) Returns an NBT list of non-empty.invalid reference
item stacks
voidEnderChestInventory.writeData(WriteView.ListAppender<StackWithSlot> list) -
Uses of WriteView.ListAppender in net.minecraft.storage
Classes in net.minecraft.storage that implement WriteView.ListAppenderMethods in net.minecraft.storage that return WriteView.ListAppenderModifier and TypeMethodDescription<T> WriteView.ListAppender<T> NbtWriteView.getListAppender(String key, com.mojang.serialization.Codec<T> codec) <T> WriteView.ListAppender<T> WriteView.getListAppender(String key, com.mojang.serialization.Codec<T> codec)