net.minecraft.advancements.critereon

public class StatePropertiesPredicate$Builder

cm$a
net.minecraft.advancements.critereon.StatePropertiesPredicate$Builder
net.minecraft.class_4559$class_4560
net.minecraft.predicate.StatePredicate$Builder
net.minecraft.advancements.criterion.StatePropertiesPredicate$Builder
net.minecraft.server.v1_16_R3.CriterionTriggerProperties$a

Field summary

Modifier and TypeField
private final List<StatePropertiesPredicate$PropertyMatcher>
a
matchers
field_20738
conditions
field_227190_a_

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public static StatePropertiesPredicate$Builder
a()
properties()
method_22523()
create()
func_227191_a_()
public StatePropertiesPredicate$Builder
a(cfj<?> arg0, String arg1)
hasProperty(Property<?> arg0, String arg1)
method_22526(class_2769<?> arg0, String arg1)
exactMatch(Property<?> property, String valueName)
func_227194_a_(Property<?> arg0, String arg1)
public StatePropertiesPredicate$Builder
a(cfj<Integer> arg0, int arg1)
hasProperty(Property<Integer> arg0, int arg1)
method_22524(class_2769<Integer> arg0, int arg1)
exactMatch(Property<Integer> property, int value)
func_227192_a_(Property<Integer> arg0, int arg1)
public StatePropertiesPredicate$Builder
a(cfj<Boolean> arg0, boolean arg1)
hasProperty(Property<Boolean> arg0, boolean arg1)
method_22527(class_2769<Boolean> arg0, boolean arg1)
exactMatch(Property<Boolean> property, boolean value)
func_227195_a_(Property<Boolean> arg0, boolean arg1)
public <T extends Comparable<T>, StringRepresentable> StatePropertiesPredicate$Builder
a(cfj<T> arg0, T arg1)
hasProperty(Property<T> arg0, T arg1)
method_22525(class_2769<T> arg0, T arg1)
exactMatch(Property<T> property, T value)
func_227193_a_(Property<T> arg0, T arg1)
public StatePropertiesPredicate
b()
build()
method_22528()
build()
func_227196_b_()