Uses of Interface
net.minecraftforge.fluids.FluidInteractionRegistry.HasFluidInteraction
-
Uses of FluidInteractionRegistry.HasFluidInteraction in net.minecraftforge.fluids
Modifier and TypeFieldDescriptionprivate final FluidInteractionRegistry.HasFluidInteraction
FluidInteractionRegistry.InteractionInformation.predicate
The field for thepredicate
record component.Modifier and TypeMethodDescriptionFluidInteractionRegistry.InteractionInformation.predicate()
Returns the value of thepredicate
record component.ModifierConstructorDescriptionInteractionInformation
(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.