public static class StatePropertiesPredicate.Builder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<StatePropertiesPredicate.Matcher> |
matchers |
Modifier | Constructor and Description |
---|---|
private |
Builder() |
Modifier and Type | Method and Description |
---|---|
StatePropertiesPredicate |
build() |
static StatePropertiesPredicate.Builder |
newBuilder() |
StatePropertiesPredicate.Builder |
withBoolProp(IProperty<java.lang.Boolean> p_227195_1_,
boolean p_227195_2_) |
StatePropertiesPredicate.Builder |
withIntProp(IProperty<java.lang.Integer> p_227192_1_,
int p_227192_2_) |
<T extends java.lang.Comparable<T> & IStringSerializable> |
withProp(IProperty<T> p_227193_1_,
T p_227193_2_) |
StatePropertiesPredicate.Builder |
withStringProp(IProperty<?> p_227194_1_,
java.lang.String p_227194_2_) |
private final java.util.List<StatePropertiesPredicate.Matcher> matchers
public static StatePropertiesPredicate.Builder newBuilder()
public StatePropertiesPredicate.Builder withStringProp(IProperty<?> p_227194_1_, java.lang.String p_227194_2_)
public StatePropertiesPredicate.Builder withIntProp(IProperty<java.lang.Integer> p_227192_1_, int p_227192_2_)
public StatePropertiesPredicate.Builder withBoolProp(IProperty<java.lang.Boolean> p_227195_1_, boolean p_227195_2_)
public <T extends java.lang.Comparable<T> & IStringSerializable> StatePropertiesPredicate.Builder withProp(IProperty<T> p_227193_1_, T p_227193_2_)
public StatePropertiesPredicate build()