public class ServerGroup extends Wrapper
| Constructor and Description |
|---|
ServerGroup(Map<String,String> map) |
| Modifier and Type | Method and Description |
|---|---|
long |
getIconId() |
int |
getId() |
int |
getMemberAddPower() |
int |
getMemberRemovePower() |
int |
getModifyPower() |
String |
getName() |
int |
getNameMode() |
int |
getSaveDb() |
int |
getSortId() |
PermissionGroupDatabaseType |
getType() |
public ServerGroup(Map<String,String> map)
public int getId()
public PermissionGroupDatabaseType getType()
public long getIconId()
public int getSaveDb()
public int getSortId()
public int getNameMode()
public int getModifyPower()
public int getMemberAddPower()
public int getMemberRemovePower()
Released under the MIT license.