Effect
, Sc2ApiSerializable<java.lang.Integer>
, java.io.Serializable
, java.lang.Comparable<Effects>
public enum Effects extends java.lang.Enum<Effects> implements Effect
Modifier and Type | Class | Description |
---|---|---|
static class |
Effects.Other |
Modifier and Type | Method | Description |
---|---|---|
static Effect |
from(int sc2ApiEffectId) |
|
int |
getEffectId() |
|
java.lang.Integer |
toSc2Api() |
|
static Effects |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Effects[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Effects NULL
public static final Effects PSI_STORM_PERSISTENT
public static final Effects GUARDIAN_SHIELD_PERSISTENT
public static final Effects TEMPORAL_FIELD_GROWING_BUBBLE_CREATE_PERSISTENT
public static final Effects TEMPORAL_FIELD_AFTER_BUBBLE_CREATE_PERSISTENT
public static final Effects THERMAL_LANCES_FORWARD
public static final Effects SCANNER_SWEEP
public static final Effects NUKE_PERSISTENT
public static final Effects LIBERATOR_TARGET_MORPH_DELAY_PERSISTENT
public static final Effects LIBERATOR_TARGET_MORPH_PERSISTENT
public static final Effects BLINDING_CLOUD_CP
public static final Effects RAVAGER_CORROSIVE_BILE_CP
public static final Effects LURKER_MP
public static Effects[] values()
for (Effects c : Effects.values()) System.out.println(c);
public static Effects valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static Effect from(int sc2ApiEffectId)
public java.lang.Integer toSc2Api()
toSc2Api
in interface Sc2ApiSerializable<java.lang.Integer>
public int getEffectId()
getEffectId
in interface Effect
Copyright © 2017–2018 Ocraft Project. All rights reserved.