Uses of Class
net.minecraft.predicate.FluidPredicate
Packages that use FluidPredicate
-
Uses of FluidPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate declared as FluidPredicateMethods in net.minecraft.predicate that return FluidPredicateModifier and TypeMethodDescriptionFluidPredicate.Builder.build()
static FluidPredicate
FluidPredicate.fromJson
(@Nullable JsonElement json) -
Uses of FluidPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as FluidPredicateModifier and TypeFieldDescriptionprivate FluidPredicate
LocationPredicate.Builder.fluid
private final FluidPredicate
LocationPredicate.fluid
Methods in net.minecraft.predicate.entity with parameters of type FluidPredicateConstructors in net.minecraft.predicate.entity with parameters of type FluidPredicateModifierConstructorDescriptionLocationPredicate
(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)