public class AdminType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AdminType |
GGZ_ADMIN_BAN
Player is banned permanently (NOT USED YET)
|
static AdminType |
GGZ_ADMIN_GAG
Player chat is ignored by all others
|
static AdminType |
GGZ_ADMIN_KICK
Player is kicked from the server
|
static AdminType |
GGZ_ADMIN_UNGAG
Reversion of temporary gagging
|
static AdminType |
GGZ_ADMIN_UNKNOWN
Invalid admin type
|
| Constructor and Description |
|---|
AdminType() |
public static AdminType GGZ_ADMIN_GAG
public static AdminType GGZ_ADMIN_UNGAG
public static AdminType GGZ_ADMIN_KICK
public static AdminType GGZ_ADMIN_BAN
public static AdminType GGZ_ADMIN_UNKNOWN