net.minecraft.advancements.critereon

public class StatePropertiesPredicate$Builder

ds$a
net.minecraft.advancements.critereon.StatePropertiesPredicate$Builder
net.minecraft.class_4559$class_4560

Field summary

Modifier and TypeField
private final com.google.common.collect.ImmutableList$Builder<StatePropertiesPredicate$PropertyMatcher>
a
matchers
field_20738

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public static StatePropertiesPredicate$Builder
a()
properties()
method_22523()
public StatePropertiesPredicate$Builder
a(edj<?> arg0, String arg1)
hasProperty(Property<?> arg0, String arg1)
method_22526(class_2769<?> arg0, String arg1)
public StatePropertiesPredicate$Builder
a(edj<Integer> arg0, int arg1)
hasProperty(Property<Integer> arg0, int arg1)
method_22524(class_2769<Integer> arg0, int arg1)
public StatePropertiesPredicate$Builder
a(edj<Boolean> arg0, boolean arg1)
hasProperty(Property<Boolean> arg0, boolean arg1)
method_22527(class_2769<Boolean> arg0, boolean arg1)
public <T extends Comparable<T>, StringRepresentable> StatePropertiesPredicate$Builder
a(edj<T> arg0, T arg1)
hasProperty(Property<T> arg0, T arg1)
method_22525(class_2769<T> arg0, T arg1)
public Optional<StatePropertiesPredicate>
b()
build()
method_22528()