Uses of Class
net.minecraft.advancements.critereon.StatePropertiesPredicate.Builder
Package
Description
-
Uses of StatePropertiesPredicate.Builder in net.minecraft.advancements.critereon
Modifier and TypeMethodDescriptionStatePropertiesPredicate.Builder.hasProperty(Property<?> p_67701_, String p_67702_)
StatePropertiesPredicate.Builder.hasProperty(Property<Boolean> p_67704_, boolean p_67705_)
StatePropertiesPredicate.Builder.hasProperty(Property<Integer> p_67695_, int p_67696_)
<T extends Comparable<T> & StringRepresentable>
StatePropertiesPredicate.BuilderStatePropertiesPredicate.Builder.hasProperty(Property<T> p_67698_, T p_67699_)
StatePropertiesPredicate.Builder.properties()
-
Uses of StatePropertiesPredicate.Builder in net.minecraft.world.level.storage.loot.predicates
Modifier and TypeMethodDescriptionLootItemBlockStatePropertyCondition.Builder.setProperties(StatePropertiesPredicate.Builder p_81785_)