Interface StatePropertiesPredicate.ValueMatcher
- All Known Implementing Classes:
StatePropertiesPredicate.ExactMatcher
,StatePropertiesPredicate.RangedMatcher
- Enclosing class:
StatePropertiesPredicate
static interface StatePropertiesPredicate.ValueMatcher
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<StatePropertiesPredicate.ValueMatcher> static final StreamCodec
<io.netty.buffer.ByteBuf, StatePropertiesPredicate.ValueMatcher> -
Method Summary
Modifier and TypeMethodDescription<T extends Comparable<T>>
booleanmatch
(StateHolder<?, ?> p_299255_, Property<T> p_298372_)
-
Field Details
-
CODEC
-
STREAM_CODEC
static final StreamCodec<io.netty.buffer.ByteBuf,StatePropertiesPredicate.ValueMatcher> STREAM_CODEC
-
-
Method Details
-
match
-