Record Class Localization.Command.Mutelist

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

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

    • Mutelist

      public Mutelist(String empty, String nullPage, String nullPlayer, Localization.ListTypeMessage global, Localization.ListTypeMessage player)
      Creates an instance of a Mutelist 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