Uses of Record Class
net.minecraft.world.item.component.ItemContainerContents.Slot
Packages that use ItemContainerContents.Slot
-
Uses of ItemContainerContents.Slot in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component with type parameters of type ItemContainerContents.SlotModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ItemContainerContents.Slot> ItemContainerContents.Slot.CODEC
Methods in net.minecraft.world.item.component that return types with arguments of type ItemContainerContents.SlotModifier and TypeMethodDescriptionprivate List
<ItemContainerContents.Slot> ItemContainerContents.asSlots()
Method parameters in net.minecraft.world.item.component with type arguments of type ItemContainerContents.SlotModifier and TypeMethodDescriptionprivate static ItemContainerContents
ItemContainerContents.fromSlots
(List<ItemContainerContents.Slot> p_331424_)