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 StatePropertiesPredicatePlacedBlockTrigger.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(EntityPredicate.Composite p_31294_, Block p_31295_, StatePropertiesPredicate p_31296_) TriggerInstance(EntityPredicate.Composite p_59500_, Block p_59501_, StatePropertiesPredicate p_59502_, LocationPredicate p_59503_, ItemPredicate p_59504_) TriggerInstance(EntityPredicate.Composite p_67003_, Block p_67004_, StatePropertiesPredicate p_67005_) -
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_)