Uses of Interface
net.neoforged.neoforge.fluids.InFluidPredicate
Packages that use InFluidPredicate
-
Uses of InFluidPredicate in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type InFluidPredicateModifier and TypeMethodDescription<E extends Entity>
doubleEntityFluidInteraction.getMaxFluidHeightMatching(E entity, InFluidPredicate<E> predicate) <E extends Entity>
booleanEntityFluidInteraction.isEyeInFluidMatching(E entity, InFluidPredicate<E> predicate) <E extends Entity>
booleanEntityFluidInteraction.isInFluidMatching(E entity, InFluidPredicate<E> predicate) -
Uses of InFluidPredicate in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions with parameters of type InFluidPredicateModifier and TypeMethodDescriptiondefault booleanIEntityExtension.isInFluidType(InFluidPredicate<Entity> predicate) Returns whether any fluid type the entity is currently in matches the specified condition.