Uses of Class
net.minecraft.predicate.BlockPredicate
Packages that use BlockPredicate
-
Uses of BlockPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate declared as BlockPredicateMethods in net.minecraft.predicate that return BlockPredicateModifier and TypeMethodDescriptionBlockPredicate.Builder.build()
static BlockPredicate
BlockPredicate.fromJson
(@Nullable JsonElement json) -
Uses of BlockPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as BlockPredicateModifier and TypeFieldDescriptionprivate final BlockPredicate
LocationPredicate.block
private BlockPredicate
LocationPredicate.Builder.block
Methods 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)