Uses of Record Class
net.minecraft.advancements.critereon.InventoryChangeTrigger.TriggerInstance.Slots
-
Uses of InventoryChangeTrigger.TriggerInstance.Slots in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionstatic final InventoryChangeTrigger.TriggerInstance.Slots
InventoryChangeTrigger.TriggerInstance.Slots.ANY
private final InventoryChangeTrigger.TriggerInstance.Slots
InventoryChangeTrigger.TriggerInstance.slots
The field for theslots
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<InventoryChangeTrigger.TriggerInstance.Slots> InventoryChangeTrigger.TriggerInstance.Slots.CODEC
Modifier and TypeMethodDescriptionInventoryChangeTrigger.TriggerInstance.slots()
Returns the value of theslots
record component.ModifierConstructorDescriptionTriggerInstance
(Optional<ContextAwarePredicate> player, InventoryChangeTrigger.TriggerInstance.Slots slots, List<ItemPredicate> items) Creates an instance of aTriggerInstance
record class.