Uses of Class
net.minecraft.advancements.critereon.StatePropertiesPredicate
Packages that use StatePropertiesPredicate
Package
Description
-
Uses of StatePropertiesPredicate in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as StatePropertiesPredicateModifier and TypeFieldDescriptionstatic final StatePropertiesPredicate
StatePropertiesPredicate.ANY
private StatePropertiesPredicate
BlockPredicate.Builder.properties
private final StatePropertiesPredicate
BlockPredicate.properties
private StatePropertiesPredicate
FluidPredicate.Builder.properties
private final StatePropertiesPredicate
FluidPredicate.properties
private final StatePropertiesPredicate
EnterBlockTrigger.TriggerInstance.state
private final StatePropertiesPredicate
SlideDownBlockTrigger.TriggerInstance.state
Methods in net.minecraft.advancements.critereon that return StatePropertiesPredicateModifier and TypeMethodDescriptionStatePropertiesPredicate.Builder.build()
static StatePropertiesPredicate
StatePropertiesPredicate.fromJson
(com.google.gson.JsonElement p_67680_) Methods in net.minecraft.advancements.critereon with parameters of type StatePropertiesPredicateModifier and TypeMethodDescriptionBlockPredicate.Builder.setProperties
(StatePropertiesPredicate p_17930_) FluidPredicate.Builder.setProperties
(StatePropertiesPredicate p_151170_) Constructors in net.minecraft.advancements.critereon with parameters of type StatePropertiesPredicateModifierConstructorDescriptionBlockPredicate
(TagKey<Block> p_204023_, Set<Block> p_204024_, StatePropertiesPredicate p_204025_, NbtPredicate p_204026_) FluidPredicate
(TagKey<Fluid> p_204102_, Fluid p_204103_, StatePropertiesPredicate p_204104_) TriggerInstance
(ContextAwarePredicate p_286269_, Block p_286517_, StatePropertiesPredicate p_286864_) TriggerInstance
(ContextAwarePredicate p_286920_, Block p_286622_, StatePropertiesPredicate p_286692_) -
Uses of StatePropertiesPredicate in net.minecraft.world.level.storage.loot.predicates
Fields in net.minecraft.world.level.storage.loot.predicates declared as StatePropertiesPredicateModifier and TypeFieldDescriptionprivate StatePropertiesPredicate
LootItemBlockStatePropertyCondition.Builder.properties
(package private) final StatePropertiesPredicate
LootItemBlockStatePropertyCondition.properties
Constructors in net.minecraft.world.level.storage.loot.predicates with parameters of type StatePropertiesPredicateModifierConstructorDescription(package private)
LootItemBlockStatePropertyCondition
(Block p_81762_, StatePropertiesPredicate p_81763_)