Uses of Record Class
net.minecraft.advancement.criterion.InventoryChangedCriterion.Conditions.Slots
Packages that use InventoryChangedCriterion.Conditions.Slots
-
Uses of InventoryChangedCriterion.Conditions.Slots in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion declared as InventoryChangedCriterion.Conditions.SlotsModifier and TypeFieldDescriptionstatic final InventoryChangedCriterion.Conditions.Slots
InventoryChangedCriterion.Conditions.Slots.ANY
private final InventoryChangedCriterion.Conditions.Slots
InventoryChangedCriterion.Conditions.slots
The field for theslots
record component.Fields in net.minecraft.advancement.criterion with type parameters of type InventoryChangedCriterion.Conditions.SlotsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<InventoryChangedCriterion.Conditions.Slots> InventoryChangedCriterion.Conditions.Slots.CODEC
Methods in net.minecraft.advancement.criterion that return InventoryChangedCriterion.Conditions.SlotsModifier and TypeMethodDescriptionInventoryChangedCriterion.Conditions.slots()
Returns the value of theslots
record component.Constructors in net.minecraft.advancement.criterion with parameters of type InventoryChangedCriterion.Conditions.SlotsModifierConstructorDescriptionConditions
(Optional<LootContextPredicate> playerPredicate, InventoryChangedCriterion.Conditions.Slots slots, List<ItemPredicate> list)