Class ExpandFluidHandlerAction
java.lang.Object
com.blamejared.crafttweaker.natives.capability.ExpandFluidHandlerAction
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExpandFluidHandlerAction
public ExpandFluidHandlerAction()
-
-
Method Details
-
execute
public static boolean execute(net.minecraftforge.fluids.capability.IFluidHandler.FluidAction internal) If the action should execute.- Returns:
- true if the action should execute, false otherwise.
-
simulate
public static boolean simulate(net.minecraftforge.fluids.capability.IFluidHandler.FluidAction internal) If the action should simulate.- Returns:
- true if the action should simulate, false otherwise.
-