Uses of Interface
net.neoforged.neoforge.fluids.FluidInteractionRegistry.HasFluidInteraction
Packages that use FluidInteractionRegistry.HasFluidInteraction
-
Uses of FluidInteractionRegistry.HasFluidInteraction in net.neoforged.neoforge.fluids
Fields in net.neoforged.neoforge.fluids declared as FluidInteractionRegistry.HasFluidInteractionModifier and TypeFieldDescriptionprivate final FluidInteractionRegistry.HasFluidInteraction
FluidInteractionRegistry.InteractionInformation.predicate
The field for thepredicate
record component.Methods in net.neoforged.neoforge.fluids that return FluidInteractionRegistry.HasFluidInteractionModifier and TypeMethodDescriptionFluidInteractionRegistry.InteractionInformation.predicate()
Returns the value of thepredicate
record component.Constructors in net.neoforged.neoforge.fluids with parameters of type FluidInteractionRegistry.HasFluidInteractionModifierConstructorDescriptionInteractionInformation
(FluidInteractionRegistry.HasFluidInteraction predicate, Function<FluidState, BlockState> getState) Constructor which transforms the source state into a block.InteractionInformation
(FluidInteractionRegistry.HasFluidInteraction predicate, BlockState state) Constructor which transforms the source state into a block.InteractionInformation
(FluidInteractionRegistry.HasFluidInteraction predicate, FluidInteractionRegistry.FluidInteraction interaction) Creates an instance of aInteractionInformation
record class.