Uses of Class
net.minecraft.predicate.BlockPredicate
Packages that use BlockPredicate
- 
Uses of BlockPredicate in net.minecraft.predicateFields in net.minecraft.predicate declared as BlockPredicateMethods in net.minecraft.predicate that return BlockPredicateModifier and TypeMethodDescriptionBlockPredicate.Builder.build()static BlockPredicateBlockPredicate.fromJson(@Nullable JsonElement json) 
- 
Uses of BlockPredicate in net.minecraft.predicate.entityFields in net.minecraft.predicate.entity declared as BlockPredicateModifier and TypeFieldDescriptionprivate final BlockPredicateLocationPredicate.blockprivate BlockPredicateLocationPredicate.Builder.blockMethods in net.minecraft.predicate.entity with parameters of type BlockPredicateConstructors in net.minecraft.predicate.entity with parameters of type BlockPredicateModifierConstructorDescriptionLocationPredicate(NumberRange.FloatRange x, NumberRange.FloatRange y, NumberRange.FloatRange z, @Nullable RegistryKey<Biome> biome, @Nullable RegistryKey<Structure> feature, @Nullable RegistryKey<World> dimension, @Nullable Boolean smokey, LightPredicate light, BlockPredicate block, FluidPredicate fluid)