ggz.common
Class AdminType

java.lang.Object
  extended by ggz.common.AdminType

public class AdminType
extends java.lang.Object

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

GGZ_ADMIN_GAG

public static AdminType GGZ_ADMIN_GAG
Player chat is ignored by all others


GGZ_ADMIN_UNGAG

public static AdminType GGZ_ADMIN_UNGAG
Reversion of temporary gagging


GGZ_ADMIN_KICK

public static AdminType GGZ_ADMIN_KICK
Player is kicked from the server


GGZ_ADMIN_BAN

public static AdminType GGZ_ADMIN_BAN
Player is banned permanently (NOT USED YET)


GGZ_ADMIN_UNKNOWN

public static AdminType GGZ_ADMIN_UNKNOWN
Invalid admin type

Constructor Detail

AdminType

public AdminType()