Uses of Record Class
net.minecraft.predicate.FluidPredicate
Packages that use FluidPredicate
-
Uses of FluidPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate with type parameters of type FluidPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FluidPredicate>
FluidPredicate.CODEC
Methods in net.minecraft.predicate that return types with arguments of type FluidPredicateModifier and TypeMethodDescriptionFluidPredicate.Builder.build()
(package private) static Optional<FluidPredicate>
FluidPredicate.create
(Optional<TagKey<Fluid>> tag, Optional<RegistryEntry<Fluid>> fluid, Optional<StatePredicate> state) -
Uses of FluidPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type FluidPredicateModifier and TypeFieldDescriptionprivate Optional<FluidPredicate>
LocationPredicate.Builder.fluid
private final Optional<FluidPredicate>
LocationPredicate.fluid
The field for thefluid
record component.Methods in net.minecraft.predicate.entity that return types with arguments of type FluidPredicate