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 StatePropertiesPredicateStatePropertiesPredicate.ANYprivate StatePropertiesPredicateBlockPredicate.Builder.propertiesprivate final StatePropertiesPredicateBlockPredicate.propertiesprivate StatePropertiesPredicateFluidPredicate.Builder.propertiesprivate final StatePropertiesPredicateFluidPredicate.propertiesprivate final StatePropertiesPredicateEnterBlockTrigger.TriggerInstance.stateprivate final StatePropertiesPredicateSlideDownBlockTrigger.TriggerInstance.stateMethods in net.minecraft.advancements.critereon that return StatePropertiesPredicateModifier and TypeMethodDescriptionStatePropertiesPredicate.Builder.build()static StatePropertiesPredicateStatePropertiesPredicate.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 StatePropertiesPredicateLootItemBlockStatePropertyCondition.Builder.properties(package private) final StatePropertiesPredicateLootItemBlockStatePropertyCondition.propertiesConstructors in net.minecraft.world.level.storage.loot.predicates with parameters of type StatePropertiesPredicateModifierConstructorDescription(package private)LootItemBlockStatePropertyCondition(Block p_81762_, StatePropertiesPredicate p_81763_)