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.HasFluidInteractionFluidInteractionRegistry.InteractionInformation.predicateThe field for thepredicaterecord component.Methods in net.neoforged.neoforge.fluids that return FluidInteractionRegistry.HasFluidInteractionModifier and TypeMethodDescriptionFluidInteractionRegistry.InteractionInformation.predicate()Returns the value of thepredicaterecord 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 aInteractionInformationrecord class.