Class LightEnergyAdapter.EnergyTransactionResult
java.lang.Object
etithespirit.orimod.util.valuetypes.LightEnergyAdapter.EnergyTransactionResult
- Enclosing class:
- LightEnergyAdapter
Represents the result of a transaction done between Light and RF equipment.
- Author:
- Eti
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe direction of this transfer, that is, Spirit Light into RF, or RF into Spirit Light.final double
The conversion ratio of the energy from Spirit Light into RF.final double
The amount of Spirit Light that was transferred.final int
The amount of RF that was transferred.final boolean
If true, this conversion was not actually performed, only simulated. -
Method Summary
-
Field Details
-
lightTransferred
public final double lightTransferredThe amount of Spirit Light that was transferred. -
rfTransferred
public final int rfTransferredThe amount of RF that was transferred. -
lightToRFRatio
public final double lightToRFRatioThe 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 wasSimulatedIf true, this conversion was not actually performed, only simulated.
-