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 FluidPredicateFluidPredicate. ANYMethods in net.minecraft.predicate that return FluidPredicate Modifier and Type Method Description static FluidPredicateFluidPredicate. fromJson(@Nullable JsonElement json)FluidPredicateFluidPredicate.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 FluidPredicateLocationPredicate.Builder. fluidprivate FluidPredicateLocationPredicate. fluidMethods in net.minecraft.predicate.entity with parameters of type FluidPredicate Modifier and Type Method Description LocationPredicate.BuilderLocationPredicate.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)