Class FlowSource.FluidHandler
java.lang.Object
com.simibubi.create.content.fluids.FlowSource
com.simibubi.create.content.fluids.FlowSource.FluidHandler
- Enclosing class:
FlowSource
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.content.fluids.FlowSource
FlowSource.Blocked, FlowSource.FluidHandler, FlowSource.OtherPipe -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidmanageSource(net.minecraft.world.level.Level level, net.minecraft.world.level.block.entity.BlockEntity networkBE) @Nullable ICapabilityProvider<net.neoforged.neoforge.fluids.capability.IFluidHandler> Methods inherited from class com.simibubi.create.content.fluids.FlowSource
keepAlive, provideFluid, whileFlowPresent
-
Constructor Details
-
FluidHandler
public FluidHandler(net.createmod.catnip.math.BlockFace location)
-
-
Method Details
-
manageSource
public void manageSource(net.minecraft.world.level.Level level, net.minecraft.world.level.block.entity.BlockEntity networkBE) - Overrides:
manageSourcein classFlowSource
-
provideHandler
@Nullable public @Nullable ICapabilityProvider<net.neoforged.neoforge.fluids.capability.IFluidHandler> provideHandler()- Overrides:
provideHandlerin classFlowSource
-
isEndpoint
public boolean isEndpoint()- Specified by:
isEndpointin classFlowSource
-