Record Class Localization.Command.Banlist

java.lang.Object
java.lang.Record
net.flectone.pulse.config.Localization.Command.Banlist
All Implemented Interfaces:
LocalizationSetting, ModerationListLocalizationSetting
Enclosing class:
Localization.Command

public static record Localization.Command.Banlist(String empty, String nullPage, String nullPlayer, Localization.ListTypeMessage global, Localization.ListTypeMessage player) extends Record implements LocalizationSetting, ModerationListLocalizationSetting
Since:
1.7.1
  • Constructor Details

    • Banlist

      public Banlist(String empty, String nullPage, String nullPlayer, Localization.ListTypeMessage global, Localization.ListTypeMessage player)
      Creates an instance of a Banlist record class.
      Parameters:
      empty - the value for the empty record component
      nullPage - the value for the nullPage record component
      nullPlayer - the value for the nullPlayer record component
      global - the value for the global record component
      player - the value for the player record component
  • Method Details