Uses of Interface
net.minecraft.advancements.critereon.StatePropertiesPredicate.ValueMatcher
Packages that use StatePropertiesPredicate.ValueMatcher
-
Uses of StatePropertiesPredicate.ValueMatcher in net.minecraft.advancements.critereon
Classes in net.minecraft.advancements.critereon that implement StatePropertiesPredicate.ValueMatcherModifier and TypeClassDescription(package private) static final record
(package private) static final record
Fields in net.minecraft.advancements.critereon declared as StatePropertiesPredicate.ValueMatcherModifier and TypeFieldDescriptionprivate final StatePropertiesPredicate.ValueMatcher
StatePropertiesPredicate.PropertyMatcher.valueMatcher
The field for thevalueMatcher
record component.Fields in net.minecraft.advancements.critereon with type parameters of type StatePropertiesPredicate.ValueMatcherModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StatePropertiesPredicate.ValueMatcher>
StatePropertiesPredicate.ValueMatcher.CODEC
Methods in net.minecraft.advancements.critereon that return StatePropertiesPredicate.ValueMatcherModifier and TypeMethodDescriptionStatePropertiesPredicate.PropertyMatcher.valueMatcher()
Returns the value of thevalueMatcher
record component.Constructors in net.minecraft.advancements.critereon with parameters of type StatePropertiesPredicate.ValueMatcherModifierConstructorDescription(package private)
PropertyMatcher
(String name, StatePropertiesPredicate.ValueMatcher valueMatcher) Creates an instance of aPropertyMatcher
record class.