Uses of Interface
net.minecraft.advancements.critereon.StatePropertiesPredicate.ValueMatcher
-
Uses of StatePropertiesPredicate.ValueMatcher in net.minecraft.advancements.critereon
Modifier and TypeClassDescription(package private) static final record
(package private) static final record
Modifier and TypeFieldDescriptionprivate final StatePropertiesPredicate.ValueMatcher
StatePropertiesPredicate.PropertyMatcher.valueMatcher
The field for thevalueMatcher
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<StatePropertiesPredicate.ValueMatcher> StatePropertiesPredicate.ValueMatcher.CODEC
static final StreamCodec
<io.netty.buffer.ByteBuf, StatePropertiesPredicate.ValueMatcher> StatePropertiesPredicate.ValueMatcher.STREAM_CODEC
Modifier and TypeMethodDescriptionStatePropertiesPredicate.PropertyMatcher.valueMatcher()
Returns the value of thevalueMatcher
record component.ModifierConstructorDescription(package private)
PropertyMatcher
(String name, StatePropertiesPredicate.ValueMatcher valueMatcher) Creates an instance of aPropertyMatcher
record class.