Record Class Permission.Message.Scoreboard.Objective.Belowname

java.lang.Object
java.lang.Record
net.flectone.pulse.config.Permission.Message.Scoreboard.Objective.Belowname
All Implemented Interfaces:
PermissionSetting
Enclosing class:
Permission.Message.Scoreboard.Objective

public static record Permission.Message.Scoreboard.Objective.Belowname(String name, Permission.Type type) extends Record implements PermissionSetting
Since:
1.0
  • Constructor Details

    • Belowname

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