Interface PropertiesPredicate.ValuePredicate
- All Known Implementing Classes:
PropertiesPredicate.ValuePredicate.Exact
,PropertiesPredicate.ValuePredicate.Range
- Enclosing class:
PropertiesPredicate
public static sealed interface PropertiesPredicate.ValuePredicate
extends Predicate<@Nullable String>
permits PropertiesPredicate.ValuePredicate.Exact, PropertiesPredicate.ValuePredicate.Range
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static final record
Vanilla has some fancy behavior to get integer properties as ints, but seems to just compare the value anyway if its a string. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NotNull Codec
<PropertiesPredicate.ValuePredicate> static final NetworkBuffer.Type
<PropertiesPredicate.ValuePredicate> -
Method Summary
-
Field Details
-
NETWORK_TYPE
-
CODEC
-