Uses of Class
net.minecraft.predicate.StatePredicate
Package
Description
-
Uses of StatePredicate in net.minecraft.advancement.criterion
Modifier and TypeFieldDescriptionprivate StatePredicate
EnterBlockCriterion.Conditions.state
private StatePredicate
PlacedBlockCriterion.Conditions.state
private StatePredicate
SlideDownBlockCriterion.Conditions.state
ModifierConstructorDescriptionConditions(EntityPredicate.Extended player, @Nullable Block block, StatePredicate state)
Conditions(EntityPredicate.Extended player, @Nullable Block block, StatePredicate state, LocationPredicate location, ItemPredicate item)
Conditions(EntityPredicate.Extended player, @Nullable Block block, StatePredicate state)
-
Uses of StatePredicate in net.minecraft.loot.condition
Modifier and TypeFieldDescription(package private) StatePredicate
BlockStatePropertyLootCondition.properties
private StatePredicate
BlockStatePropertyLootCondition.Builder.propertyValues
ModifierConstructorDescription(package private)
BlockStatePropertyLootCondition(Block block, StatePredicate statePredicate)
-
Uses of StatePredicate in net.minecraft.predicate
Modifier and TypeFieldDescriptionstatic StatePredicate
StatePredicate.ANY
private StatePredicate
BlockPredicate.Builder.state
private StatePredicate
BlockPredicate.state
private StatePredicate
FluidPredicate.Builder.state
private StatePredicate
FluidPredicate.state
Modifier and TypeMethodDescriptionStatePredicate.Builder.build()
static StatePredicate
StatePredicate.fromJson(@Nullable JsonElement json)
Modifier and TypeMethodDescriptionBlockPredicate.Builder.state(StatePredicate state)
FluidPredicate.Builder.state(StatePredicate state)
ModifierConstructorDescriptionBlockPredicate(@Nullable Tag<Block> tag, @Nullable Set<Block> set, StatePredicate state, NbtPredicate nbt)
FluidPredicate(@Nullable Tag<Fluid> tag, @Nullable Fluid fluid, StatePredicate state)