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 StatePropertiesPredicate
StatePropertiesPredicate.ANY
private StatePropertiesPredicate
BlockPredicate.Builder.properties
private StatePropertiesPredicate
BlockPredicate.properties
private StatePropertiesPredicate
FluidPredicate.Builder.properties
private StatePropertiesPredicate
FluidPredicate.properties
private StatePropertiesPredicate
EnterBlockTrigger.TriggerInstance.state
private StatePropertiesPredicate
PlacedBlockTrigger.TriggerInstance.state
private 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(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 StatePropertiesPredicate
LootItemBlockStatePropertyCondition.Builder.properties
(package private) 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_)