Uses of Class
net.minecraft.advancements.criterion.StatePropertiesPredicate
-
Packages that use StatePropertiesPredicate Package Description net.minecraft.advancements.criterion net.minecraft.loot.conditions -
-
Uses of StatePropertiesPredicate in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as StatePropertiesPredicate Modifier and Type Field Description static StatePropertiesPredicateStatePropertiesPredicate. ANYprivate StatePropertiesPredicateBlockPredicate.Builder. propertiesprivate StatePropertiesPredicateBlockPredicate. propertiesprivate StatePropertiesPredicateFluidPredicate. propertiesprivate StatePropertiesPredicateEnterBlockTrigger.Instance. stateprivate StatePropertiesPredicatePlacedBlockTrigger.Instance. stateprivate StatePropertiesPredicateSlideDownBlockTrigger.Instance. stateMethods in net.minecraft.advancements.criterion that return StatePropertiesPredicate Modifier and Type Method Description StatePropertiesPredicateStatePropertiesPredicate.Builder. build()static StatePropertiesPredicateStatePropertiesPredicate. fromJson(com.google.gson.JsonElement p_227186_0_)Methods in net.minecraft.advancements.criterion with parameters of type StatePropertiesPredicate Modifier and Type Method Description BlockPredicate.BuilderBlockPredicate.Builder. setProperties(StatePropertiesPredicate p_233459_1_)Constructors in net.minecraft.advancements.criterion with parameters of type StatePropertiesPredicate Constructor Description BlockPredicate(ITag<Block> p_i225708_1_, Block p_i225708_2_, StatePropertiesPredicate p_i225708_3_, NBTPredicate p_i225708_4_)FluidPredicate(ITag<Fluid> p_i225738_1_, Fluid p_i225738_2_, StatePropertiesPredicate p_i225738_3_)Instance(EntityPredicate.AndPredicate p_i231560_1_, Block p_i231560_2_, StatePropertiesPredicate p_i231560_3_)Instance(EntityPredicate.AndPredicate p_i231810_1_, Block p_i231810_2_, StatePropertiesPredicate p_i231810_3_, LocationPredicate p_i231810_4_, ItemPredicate p_i231810_5_)Instance(EntityPredicate.AndPredicate p_i231896_1_, Block p_i231896_2_, StatePropertiesPredicate p_i231896_3_) -
Uses of StatePropertiesPredicate in net.minecraft.loot.conditions
Fields in net.minecraft.loot.conditions declared as StatePropertiesPredicate Modifier and Type Field Description private StatePropertiesPredicateBlockStateProperty.Builder. propertiesprivate StatePropertiesPredicateBlockStateProperty. propertiesConstructors in net.minecraft.loot.conditions with parameters of type StatePropertiesPredicate Constructor Description BlockStateProperty(Block p_i225896_1_, StatePropertiesPredicate p_i225896_2_)
-