Uses of Class
net.minecraft.predicate.FluidPredicate
Package | Description |
---|---|
net.minecraft.predicate | |
net.minecraft.predicate.entity |
-
Uses of FluidPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate declared as FluidPredicate Modifier and Type Field Description static FluidPredicate
FluidPredicate. ANY
Methods in net.minecraft.predicate that return FluidPredicate Modifier and Type Method Description static FluidPredicate
FluidPredicate. fromJson(@Nullable JsonElement json)
FluidPredicate
FluidPredicate.class_6079. method_35225()
-
Uses of FluidPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as FluidPredicate Modifier and Type Field Description private FluidPredicate
LocationPredicate.Builder. fluid
private FluidPredicate
LocationPredicate. fluid
Methods in net.minecraft.predicate.entity with parameters of type FluidPredicate Modifier and Type Method Description LocationPredicate.Builder
LocationPredicate.Builder. method_35274(FluidPredicate fluidPredicate)
Constructors in net.minecraft.predicate.entity with parameters of type FluidPredicate 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)