Uses of Class
net.minecraft.advancements.criterion.StatePropertiesPredicate.Matcher
-
Packages that use StatePropertiesPredicate.Matcher Package Description net.minecraft.advancements.criterion -
-
Uses of StatePropertiesPredicate.Matcher in net.minecraft.advancements.criterion
Subclasses of StatePropertiesPredicate.Matcher in net.minecraft.advancements.criterion Modifier and Type Class Description (package private) static class
StatePropertiesPredicate.ExactMatcher
(package private) static class
StatePropertiesPredicate.RangedMacher
Fields in net.minecraft.advancements.criterion with type parameters of type StatePropertiesPredicate.Matcher Modifier and Type Field Description private java.util.List<StatePropertiesPredicate.Matcher>
StatePropertiesPredicate.Builder. matchers
private java.util.List<StatePropertiesPredicate.Matcher>
StatePropertiesPredicate. properties
Methods in net.minecraft.advancements.criterion that return StatePropertiesPredicate.Matcher Modifier and Type Method Description private static StatePropertiesPredicate.Matcher
StatePropertiesPredicate. fromJson(java.lang.String p_227188_0_, com.google.gson.JsonElement p_227188_1_)
Constructor parameters in net.minecraft.advancements.criterion with type arguments of type StatePropertiesPredicate.Matcher Constructor Description StatePropertiesPredicate(java.util.List<StatePropertiesPredicate.Matcher> p_i225790_1_)
-