Uses of Class
net.minecraft.predicate.BlockPredicate
-
Uses of BlockPredicate in net.minecraft.predicate
Modifier and TypeMethodDescriptionBlockPredicate.Builder.build()
static BlockPredicate
BlockPredicate.fromJson(@Nullable JsonElement json)
-
Uses of BlockPredicate in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate BlockPredicate
LocationPredicate.block
private BlockPredicate
LocationPredicate.Builder.block
ModifierConstructorDescriptionLocationPredicate(NumberRange.FloatRange x, NumberRange.FloatRange y, NumberRange.FloatRange z, @Nullable RegistryKey<Biome> biome, @Nullable StructureFeature<?> feature, @Nullable RegistryKey<World> dimension, @Nullable Boolean smokey, LightPredicate light, BlockPredicate block, FluidPredicate fluid)