Class LightEnergyAdapter.EnergyTransactionResult

java.lang.Object
etithespirit.orimod.util.valuetypes.LightEnergyAdapter.EnergyTransactionResult
Enclosing class:
LightEnergyAdapter

public static final class LightEnergyAdapter.EnergyTransactionResult extends Object
Represents the result of a transaction done between Light and RF equipment.
Author:
Eti
  • Field Details

    • lightTransferred

      public final double lightTransferred
      The amount of Spirit Light that was transferred.
    • rfTransferred

      public final int rfTransferred
      The amount of RF that was transferred.
    • lightToRFRatio

      public final double lightToRFRatio
      The conversion ratio of the energy from Spirit Light into RF.
    • direction

      The direction of this transfer, that is, Spirit Light into RF, or RF into Spirit Light.
    • wasSimulated

      public final boolean wasSimulated
      If true, this conversion was not actually performed, only simulated.