Uses of Interface
net.minecraft.predicate.StatePredicate.ValueMatcher
-
Uses of StatePredicate.ValueMatcher in net.minecraft.predicate
Modifier and TypeClassDescriptionprivate static final record
private static final record
Modifier and TypeFieldDescriptionprivate final StatePredicate.ValueMatcher
StatePredicate.Condition.valueMatcher
The field for thevalueMatcher
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StatePredicate.ValueMatcher>
StatePredicate.ValueMatcher.CODEC
Modifier and TypeMethodDescriptionStatePredicate.Condition.valueMatcher()
Returns the value of thevalueMatcher
record component.ModifierConstructorDescription(package private)
Condition
(String key, StatePredicate.ValueMatcher valueMatcher) Creates an instance of aCondition
record class.