|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectggz.common.AdminType
public class AdminType
Administrative actions. Administrators or to some extent hosts are able to dissolve player problems by several levels of punishment.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
AdminType()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public AdminType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||