Class ExpandFluidHandlerAction

java.lang.Object
com.blamejared.crafttweaker.natives.capability.ExpandFluidHandlerAction

@ZenRegister public class ExpandFluidHandlerAction extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    execute(net.minecraftforge.fluids.capability.IFluidHandler.FluidAction internal)
    If the action should execute.
    static boolean
    simulate(net.minecraftforge.fluids.capability.IFluidHandler.FluidAction internal)
    If the action should simulate.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.