Uses of Record Class
net.minecraft.inventory.StackWithSlot
Packages that use StackWithSlot
-
Uses of StackWithSlot in net.minecraft.entity.player
Method parameters in net.minecraft.entity.player with type arguments of type StackWithSlotModifier and TypeMethodDescriptionvoid
PlayerInventory.readData
(ReadView.TypedListReadView<StackWithSlot> list) void
PlayerInventory.writeData
(WriteView.ListAppender<StackWithSlot> list) -
Uses of StackWithSlot in net.minecraft.inventory
Fields in net.minecraft.inventory with type parameters of type StackWithSlotModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<StackWithSlot> StackWithSlot.CODEC
Method parameters in net.minecraft.inventory with type arguments of type StackWithSlotModifier and TypeMethodDescriptionvoid
EnderChestInventory.readData
(ReadView.TypedListReadView<StackWithSlot> list) void
EnderChestInventory.writeData
(WriteView.ListAppender<StackWithSlot> list)