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 BlockPredicate
BlockPredicate. ANY
Methods in net.minecraft.predicate that return BlockPredicate Modifier and Type Method Description BlockPredicate
BlockPredicate.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 BlockPredicate Modifier and Type Field Description private BlockPredicate
LocationPredicate. block
private BlockPredicate
LocationPredicate.Builder. block
Methods in net.minecraft.predicate.entity with parameters of type BlockPredicate Modifier and Type Method Description LocationPredicate.Builder
LocationPredicate.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)