Class SBFPlayerNameReportEntry

java.lang.Object
megamek.common.strategicBattleSystems.SBFReportEntry
megamek.common.strategicBattleSystems.SBFPlayerNameReportEntry
All Implemented Interfaces:
Serializable, ReportEntry

public class SBFPlayerNameReportEntry extends SBFReportEntry
See Also:
  • Constructor Details

    • SBFPlayerNameReportEntry

      public SBFPlayerNameReportEntry(Player player)
    • SBFPlayerNameReportEntry

      public SBFPlayerNameReportEntry(String playerName, String playerColorHex)
    • SBFPlayerNameReportEntry

      public SBFPlayerNameReportEntry(String playerName, PlayerColour color)
  • Method Details