Record Class Permission.Integration.MiniPlaceholders

java.lang.Object
java.lang.Record
net.flectone.pulse.config.Permission.Integration.MiniPlaceholders
All Implemented Interfaces:
PermissionSetting
Enclosing class:
Permission.Integration

public static record Permission.Integration.MiniPlaceholders(String name, Permission.Type type, Permission.PermissionEntry use) extends Record implements PermissionSetting
Since:
1.0
  • Constructor Details

    • MiniPlaceholders

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