Uses of Interface
net.minecraft.advancements.predicates.StatePropertiesPredicate.ValueMatcher
Packages that use StatePropertiesPredicate.ValueMatcher
-
Uses of StatePropertiesPredicate.ValueMatcher in net.minecraft.advancements.predicates
Classes in net.minecraft.advancements.predicates that implement StatePropertiesPredicate.ValueMatcherModifier and TypeClassDescriptionprivate static final recordprivate static final recordFields in net.minecraft.advancements.predicates declared as StatePropertiesPredicate.ValueMatcherModifier and TypeFieldDescriptionprivate final StatePropertiesPredicate.ValueMatcherStatePropertiesPredicate.PropertyMatcher.valueMatcherThe field for thevalueMatcherrecord component.Fields in net.minecraft.advancements.predicates with type parameters of type StatePropertiesPredicate.ValueMatcherModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StatePropertiesPredicate.ValueMatcher> StatePropertiesPredicate.ValueMatcher.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, StatePropertiesPredicate.ValueMatcher> StatePropertiesPredicate.ValueMatcher.STREAM_CODECMethods in net.minecraft.advancements.predicates that return StatePropertiesPredicate.ValueMatcherModifier and TypeMethodDescriptionStatePropertiesPredicate.PropertyMatcher.valueMatcher()Returns the value of thevalueMatcherrecord component.Constructors in net.minecraft.advancements.predicates with parameters of type StatePropertiesPredicate.ValueMatcherModifierConstructorDescriptionprivatePropertyMatcher(String name, StatePropertiesPredicate.ValueMatcher valueMatcher) Creates an instance of aPropertyMatcherrecord class.