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 StatePropertiesPredicateStatePropertiesPredicate.ANYprivate StatePropertiesPredicateBlockPredicate.Builder.propertiesprivate StatePropertiesPredicateBlockPredicate.propertiesprivate StatePropertiesPredicateFluidPredicate.Builder.propertiesprivate StatePropertiesPredicateFluidPredicate.propertiesprivate StatePropertiesPredicateEnterBlockTrigger.TriggerInstance.stateprivate StatePropertiesPredicatePlacedBlockTrigger.TriggerInstance.stateprivate 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(Tag<Block> p_146712_, Set<Block> p_146713_, StatePropertiesPredicate p_146714_, NbtPredicate p_146715_)FluidPredicate(Tag<Fluid> p_41100_, Fluid p_41101_, StatePropertiesPredicate p_41102_)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) StatePropertiesPredicateLootItemBlockStatePropertyCondition.propertiesConstructors in net.minecraft.world.level.storage.loot.predicates with parameters of type StatePropertiesPredicateModifierConstructorDescription(package private)LootItemBlockStatePropertyCondition(Block p_81762_, StatePropertiesPredicate p_81763_)