Class FlowSource.FluidHandler
java.lang.Object
com.simibubi.create.content.contraptions.fluids.FlowSource
com.simibubi.create.content.contraptions.fluids.FlowSource.FluidHandler
- Enclosing class:
- FlowSource
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.content.contraptions.fluids.FlowSource
FlowSource.Blocked, FlowSource.FluidHandler, FlowSource.OtherPipe -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidmanageSource(net.minecraft.world.level.Level world) net.minecraftforge.common.util.LazyOptional<net.minecraftforge.fluids.capability.IFluidHandler>Methods inherited from class com.simibubi.create.content.contraptions.fluids.FlowSource
keepAlive, provideFluid, whileFlowPresent
-
Constructor Details
-
FluidHandler
-
-
Method Details
-
manageSource
public void manageSource(net.minecraft.world.level.Level world) - Overrides:
manageSourcein classFlowSource
-
provideHandler
public net.minecraftforge.common.util.LazyOptional<net.minecraftforge.fluids.capability.IFluidHandler> provideHandler()- Overrides:
provideHandlerin classFlowSource
-
isEndpoint
public boolean isEndpoint()- Specified by:
isEndpointin classFlowSource
-