public enum VelocityPermissionFactory extends java.lang.Enum<VelocityPermissionFactory> implements revxrsal.commands.command.CommandPermission.Factory<VelocityCommandActor>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
revxrsal.commands.command.CommandPermission<VelocityCommandActor> |
create(@NotNull revxrsal.commands.annotation.list.AnnotationList annotations,
@NotNull revxrsal.commands.Lamp<VelocityCommandActor> lamp) |
static VelocityPermissionFactory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VelocityPermissionFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VelocityPermissionFactory INSTANCE
public static VelocityPermissionFactory[] values()
for (VelocityPermissionFactory c : VelocityPermissionFactory.values()) System.out.println(c);
public static VelocityPermissionFactory valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Nullable public revxrsal.commands.command.CommandPermission<VelocityCommandActor> create(@NotNull @NotNull revxrsal.commands.annotation.list.AnnotationList annotations, @NotNull @NotNull revxrsal.commands.Lamp<VelocityCommandActor> lamp)
create in interface revxrsal.commands.command.CommandPermission.Factory<VelocityCommandActor>