Uses of Class
net.minecraft.predicate.BlockPredicate
| Package | Description |
|---|---|
| net.minecraft.predicate | |
| net.minecraft.predicate.entity |
-
Uses of BlockPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate declared as BlockPredicate Modifier and Type Field Description static BlockPredicateBlockPredicate. ANYMethods in net.minecraft.predicate that return BlockPredicate Modifier and Type Method Description BlockPredicateBlockPredicate.Builder. build()static BlockPredicateBlockPredicate. fromJson(@Nullable JsonElement json) -
Uses of BlockPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as BlockPredicate Modifier and Type Field Description private BlockPredicateLocationPredicate. blockprivate BlockPredicateLocationPredicate.Builder. blockMethods in net.minecraft.predicate.entity with parameters of type BlockPredicate Modifier and Type Method Description LocationPredicate.BuilderLocationPredicate.Builder. block(BlockPredicate block)Constructors in net.minecraft.predicate.entity with parameters of type BlockPredicate Constructor Description LocationPredicate(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)