Class VanillaFluidTargets
java.lang.Object
com.simibubi.create.content.contraptions.fluids.pipes.VanillaFluidTargets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraftforge.fluids.FluidStackdrainBlock(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, boolean simulate) static booleanshouldPipesConnectTo(net.minecraft.world.level.block.state.BlockState state)
-
Constructor Details
-
VanillaFluidTargets
public VanillaFluidTargets()
-
-
Method Details
-
shouldPipesConnectTo
public static boolean shouldPipesConnectTo(net.minecraft.world.level.block.state.BlockState state) -
drainBlock
public static net.minecraftforge.fluids.FluidStack drainBlock(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, boolean simulate)
-