public static enum AbstractInventory.NegativityInventory extends Enum<AbstractInventory.NegativityInventory>
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 GLOBAL_PLAYER
public static final AbstractInventory.NegativityInventory GLOBAL_PLAYER_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 final AbstractInventory.NegativityInventory SEE_PROOF
public static final AbstractInventory.NegativityInventory WARN_SEE
public static final AbstractInventory.NegativityInventory WARN
public static final AbstractInventory.NegativityInventory WARN_MANAGER
public static final AbstractInventory.NegativityInventory WARN_PROCESSOR_MANAGER
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