Class PilotingRollData

java.lang.Object
megamek.common.rolls.TargetRoll
megamek.common.rolls.PilotingRollData
All Implemented Interfaces:
Serializable

public class PilotingRollData extends TargetRoll
See Also:
  • Constructor Details

    • PilotingRollData

      public PilotingRollData(int entityId)
    • PilotingRollData

      public PilotingRollData(int entityId, int value, String desc)
    • PilotingRollData

      public PilotingRollData(int entityId, int value, String desc, int location)
    • PilotingRollData

      public PilotingRollData(int entityId, int value, String desc, boolean cumulative)
    • PilotingRollData

      public PilotingRollData(int entityId, int value, int pilotValue, String desc)
      Double-logging style for situations where the mek automatically falls, but the pilot can still save to avoid damage. The game will later strip out any automatic rolls when it lets the pilot roll to save.
  • Method Details

    • getEntityId

      public int getEntityId()
    • getLocation

      public int getLocation()