public enum BulletType extends Enum<BulletType>
Internally, these are the same IDs as flingy types in Broodwar.
Modifier and Type | Field and Description |
---|---|
int |
id |
Modifier and Type | Method and Description |
---|---|
static BulletType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulletType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulletType Melee
public static final BulletType Fusion_Cutter_Hit
public static final BulletType Gauss_Rifle_Hit
public static final BulletType C_10_Canister_Rifle_Hit
public static final BulletType Gemini_Missiles
public static final BulletType Fragmentation_Grenade
public static final BulletType Longbolt_Missile
public static final BulletType Unused_Lockdown
public static final BulletType ATS_ATA_Laser_Battery
public static final BulletType Burst_Lasers
public static final BulletType Arclite_Shock_Cannon_Hit
public static final BulletType EMP_Missile
public static final BulletType Dual_Photon_Blasters_Hit
public static final BulletType Particle_Beam_Hit
public static final BulletType Anti_Matter_Missile
public static final BulletType Pulse_Cannon
public static final BulletType Psionic_Shockwave_Hit
public static final BulletType Psionic_Storm
public static final BulletType Yamato_Gun
public static final BulletType Phase_Disruptor
public static final BulletType STA_STS_Cannon_Overlay
public static final BulletType Sunken_Colony_Tentacle
public static final BulletType Venom_Unused
public static final BulletType Acid_Spore
public static final BulletType Plasma_Drip_Unused
public static final BulletType Glave_Wurm
public static final BulletType Seeker_Spores
public static final BulletType Queen_Spell_Carrier
public static final BulletType Plague_Cloud
public static final BulletType Consume
public static final BulletType Ensnare
public static final BulletType Needle_Spine_Hit
public static final BulletType Invisible
public static final BulletType Optical_Flare_Grenade
public static final BulletType Halo_Rockets
public static final BulletType Subterranean_Spines
public static final BulletType Corrosive_Acid_Shot
public static final BulletType Corrosive_Acid_Hit
public static final BulletType Neutron_Flare
public static final BulletType None
public static final BulletType Unknown
public static BulletType[] values()
for (BulletType c : BulletType.values()) System.out.println(c);
public static BulletType 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 © 2022. All rights reserved.