Record Class Permission.Command.Unmute

java.lang.Object
java.lang.Record
net.flectone.pulse.config.Permission.Command.Unmute
All Implemented Interfaces:
CooldownPermissionSetting, PermissionSetting, SoundPermissionSetting
Enclosing class:
Permission.Command

public static record Permission.Command.Unmute(String name, Permission.Type type, Permission.PermissionEntry cooldownBypass, Permission.PermissionEntry sound) extends Record implements CooldownPermissionSetting, SoundPermissionSetting, PermissionSetting
Since:
1.0
  • Constructor Details

    • Unmute

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