Class XPFluid.XPFluidActionAdd

java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.crafttweaker.handlers.XPFluid.XPFluidActionAdd
All Implemented Interfaces:
com.blamejared.crafttweaker.api.action.base.IAction, com.blamejared.crafttweaker.api.action.base.IRuntimeAction
Enclosing class:
XPFluid

public static class XPFluid.XPFluidActionAdd extends Object implements com.blamejared.crafttweaker.api.action.base.IRuntimeAction
  • Constructor Summary

    Constructors
    Constructor
    Description
    XPFluidActionAdd(com.blamejared.crafttweaker.api.fluid.CTFluidIngredient fluidIngredient, int ratio)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.blamejared.crafttweaker.api.action.base.IAction

    assertLoader, getDeclaredScriptPosition, shouldApplyOn, validate
  • Constructor Details

    • XPFluidActionAdd

      public XPFluidActionAdd(com.blamejared.crafttweaker.api.fluid.CTFluidIngredient fluidIngredient, int ratio)
  • Method Details

    • apply

      public void apply()
      Specified by:
      apply in interface com.blamejared.crafttweaker.api.action.base.IAction
    • describe

      public String describe()
      Specified by:
      describe in interface com.blamejared.crafttweaker.api.action.base.IAction