Record Class Permission.Message.Format.Moderation.Newbie

java.lang.Object
java.lang.Record
net.flectone.pulse.config.Permission.Message.Format.Moderation.Newbie
All Implemented Interfaces:
PermissionSetting
Enclosing class:
Permission.Message.Format.Moderation

public static record Permission.Message.Format.Moderation.Newbie(String name, Permission.Type type, Permission.PermissionEntry bypass) extends Record implements PermissionSetting
Since:
1.0
  • Constructor Details

    • Newbie

      public Newbie(String name, Permission.Type type, Permission.PermissionEntry bypass)
      Creates an instance of a Newbie record class.
      Parameters:
      name - the value for the name record component
      type - the value for the type record component
      bypass - the value for the bypass record component
  • Method Details