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 StatePropertiesPredicate
StatePropertiesPredicate. ANY
private StatePropertiesPredicate
BlockPredicate.Builder. properties
private StatePropertiesPredicate
BlockPredicate. properties
private StatePropertiesPredicate
FluidPredicate. properties
private StatePropertiesPredicate
EnterBlockTrigger.Instance. state
private StatePropertiesPredicate
PlacedBlockTrigger.Instance. state
private StatePropertiesPredicate
SlideDownBlockTrigger.Instance. state
Methods in net.minecraft.advancements.criterion that return StatePropertiesPredicate Modifier and Type Method Description StatePropertiesPredicate
StatePropertiesPredicate.Builder. build()
static StatePropertiesPredicate
StatePropertiesPredicate. 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.Builder
BlockPredicate.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 StatePropertiesPredicate
BlockStateProperty.Builder. properties
private StatePropertiesPredicate
BlockStateProperty. properties
Constructors in net.minecraft.loot.conditions with parameters of type StatePropertiesPredicate Constructor Description BlockStateProperty(Block p_i225896_1_, StatePropertiesPredicate p_i225896_2_)
-