public static enum PlayerLink.ImplementationType extends Enum<PlayerLink.ImplementationType>
| Enum Constant and Description |
|---|
SQLITE |
| Modifier and Type | Field and Description |
|---|---|
static PlayerLink.ImplementationType[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
static PlayerLink.ImplementationType |
getByName(String implementationName) |
static PlayerLink.ImplementationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerLink.ImplementationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayerLink.ImplementationType SQLITE
public static final PlayerLink.ImplementationType[] VALUES
public static PlayerLink.ImplementationType[] values()
for (PlayerLink.ImplementationType c : PlayerLink.ImplementationType.values()) System.out.println(c);
public static PlayerLink.ImplementationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static PlayerLink.ImplementationType getByName(String implementationName)
Copyright © 2021 GeyserMC. All rights reserved.