Uses of Class
net.alpenblock.bungeeperms.io.mysql2.EntityType
-
Packages that use EntityType Package Description net.alpenblock.bungeeperms.io.mysql2 -
-
Uses of EntityType in net.alpenblock.bungeeperms.io.mysql2
Methods in net.alpenblock.bungeeperms.io.mysql2 that return EntityType Modifier and Type Method Description static EntityType
EntityType. getByCode(int code)
static EntityType
EntityType. valueOf(java.lang.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.Methods in net.alpenblock.bungeeperms.io.mysql2 with parameters of type EntityType Modifier and Type Method Description void
MysqlPermsAdapter. deleteEntity(java.lang.String name, EntityType type)
boolean
MysqlPermsAdapter. isInBD(java.lang.String name, EntityType type)
void
MysqlPermsAdapter. saveData(java.lang.String name, EntityType type, java.lang.String key, java.util.List<ValueEntry> values, java.lang.String server, java.lang.String world)
-