public static enum AbstractInventory.NegativityInventory extends Enum<AbstractInventory.NegativityInventory>
Enum Constant and Description |
---|
ACTIVED_CHEAT |
ADMIN |
ADMIN_ALERT |
ADMIN_CHEAT_MANAGER |
ADMIN_LANG |
ADMIN_SPECIAL_MANAGER |
ALERT |
ALERT_OFFLINE |
BAN |
BAN_MANAGER |
BAN_PROCESSOR_MANAGER |
CHEAT_CHECKS |
CHEAT_DESCRIPTION |
CHECK_MENU |
CHECK_MENU_OFFLINE |
FORGE_MODS |
FREEZE |
KICK |
MOD |
ONE_CHEAT |
ONE_SPECIAL |
REPORT |
SEE_REPORT |
Modifier and Type | Method and Description |
---|---|
static AbstractInventory.NegativityInventory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractInventory.NegativityInventory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractInventory.NegativityInventory ACTIVED_CHEAT
public static final AbstractInventory.NegativityInventory ADMIN
public static final AbstractInventory.NegativityInventory ADMIN_ALERT
public static final AbstractInventory.NegativityInventory ADMIN_LANG
public static final AbstractInventory.NegativityInventory ADMIN_CHEAT_MANAGER
public static final AbstractInventory.NegativityInventory ADMIN_SPECIAL_MANAGER
public static final AbstractInventory.NegativityInventory ALERT
public static final AbstractInventory.NegativityInventory ALERT_OFFLINE
public static final AbstractInventory.NegativityInventory BAN
public static final AbstractInventory.NegativityInventory BAN_MANAGER
public static final AbstractInventory.NegativityInventory BAN_PROCESSOR_MANAGER
public static final AbstractInventory.NegativityInventory CHEAT_CHECKS
public static final AbstractInventory.NegativityInventory CHEAT_DESCRIPTION
public static final AbstractInventory.NegativityInventory CHECK_MENU
public static final AbstractInventory.NegativityInventory CHECK_MENU_OFFLINE
public static final AbstractInventory.NegativityInventory FREEZE
public static final AbstractInventory.NegativityInventory KICK
public static final AbstractInventory.NegativityInventory MOD
public static final AbstractInventory.NegativityInventory ONE_CHEAT
public static final AbstractInventory.NegativityInventory ONE_SPECIAL
public static final AbstractInventory.NegativityInventory FORGE_MODS
public static final AbstractInventory.NegativityInventory REPORT
public static final AbstractInventory.NegativityInventory SEE_REPORT
public static AbstractInventory.NegativityInventory[] values()
for (AbstractInventory.NegativityInventory c : AbstractInventory.NegativityInventory.values()) System.out.println(c);
public static AbstractInventory.NegativityInventory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null