public static enum ItemType.Group extends Enum<ItemType.Group>
| Enum Constant and Description |
|---|
AVRIL
Avril weapon and accessory
|
BASE_ARMOR
Base armor.
|
BIORIFLE
BioRifle weapon and accessory
|
ENFORCER
Enforcer weapon and accesory
|
FLAK_CANNON
FlakCannon weapon and accesory
|
HEALTH
Classic health pack.
|
IMPACT_HAMMER
ImpactHammer weapon and accesory
|
INSTAGIBRIFLE
IstagibRifle weapon and accesory
|
JUMP_BOOTS
Jump boots.
|
LINK_GUN
LinkGun weapon and accessory.
|
MINI_HEALTH
Mini health vial.
|
NONE
No group, used for the prototype None
|
OTHER
Other items with user-defined group.
|
PHYSICS_GUN
Physics gun
|
REDEEMER
Redeemer weapon and accesory
|
ROCKET_LAUNCHER
RocketLauncher weapon and accessory.
|
SHIELD_BELT
ShieldBelt.
|
SHOCK_RIFLE
ShockRifle weapon and accessory.
|
SNIPERRIFLE
SnierRifle weapon and accessory
|
STINGER
Stinger weapon and accessory
|
THIGH_PAD
Thigh pad.
|
TRANSLOCATOR
Translocator weapon and accessory
|
UDAMAGE
UDamage bonus items.
|
| Modifier and Type | Field and Description |
|---|---|
String |
name
Human-readable name of the group.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ItemType> |
getTypes() |
static ItemType.Group |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemType.Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemType.Group AVRIL
public static final ItemType.Group BIORIFLE
public static final ItemType.Group ENFORCER
public static final ItemType.Group FLAK_CANNON
public static final ItemType.Group IMPACT_HAMMER
public static final ItemType.Group INSTAGIBRIFLE
public static final ItemType.Group REDEEMER
public static final ItemType.Group SNIPERRIFLE
public static final ItemType.Group STINGER
public static final ItemType.Group TRANSLOCATOR
public static final ItemType.Group LINK_GUN
public static final ItemType.Group SHOCK_RIFLE
public static final ItemType.Group ROCKET_LAUNCHER
public static final ItemType.Group PHYSICS_GUN
public static final ItemType.Group HEALTH
public static final ItemType.Group MINI_HEALTH
public static final ItemType.Group THIGH_PAD
public static final ItemType.Group BASE_ARMOR
public static final ItemType.Group SHIELD_BELT
public static final ItemType.Group JUMP_BOOTS
public static final ItemType.Group UDAMAGE
public static final ItemType.Group OTHER
public static final ItemType.Group NONE
public String name
public static ItemType.Group[] values()
for (ItemType.Group c : ItemType.Group.values()) System.out.println(c);
public static ItemType.Group 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 nullCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.