Uses of Interface
net.minecraft.predicate.StatePredicate.ValueMatcher
Packages that use StatePredicate.ValueMatcher
-
Uses of StatePredicate.ValueMatcher in net.minecraft.predicate
Classes in net.minecraft.predicate that implement StatePredicate.ValueMatcherModifier and TypeClassDescriptionprivate static final record
private static final record
Fields in net.minecraft.predicate declared as StatePredicate.ValueMatcherModifier and TypeFieldDescriptionprivate final StatePredicate.ValueMatcher
StatePredicate.Condition.valueMatcher
The field for thevalueMatcher
record component.Fields in net.minecraft.predicate with type parameters of type StatePredicate.ValueMatcherModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<StatePredicate.ValueMatcher> StatePredicate.ValueMatcher.CODEC
static final PacketCodec
<ByteBuf, StatePredicate.ValueMatcher> StatePredicate.ValueMatcher.PACKET_CODEC
Methods in net.minecraft.predicate that return StatePredicate.ValueMatcherModifier and TypeMethodDescriptionStatePredicate.Condition.valueMatcher()
Returns the value of thevalueMatcher
record component.Constructors in net.minecraft.predicate with parameters of type StatePredicate.ValueMatcherModifierConstructorDescription(package private)
Condition
(String key, StatePredicate.ValueMatcher valueMatcher) Creates an instance of aCondition
record class.