Package | Description |
---|---|
net.alpenblock.bungeeperms.io.mysql2 |
Modifier and Type | Method and Description |
---|---|
static EntityType |
EntityType.getByCode(int code) |
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MysqlPermsAdapter.deleteEntity(String name,
EntityType type) |
boolean |
MysqlPermsAdapter.isInBD(String name,
EntityType type) |
void |
MysqlPermsAdapter.saveData(String name,
EntityType type,
String key,
List<ValueEntry> values) |
void |
MysqlPermsAdapter.saveData(String name,
EntityType type,
String key,
List<ValueEntry> values,
String server,
String world) |
Copyright © 2019. All rights reserved.