Sc2ApiSerializable<SC2APIProtocol.Debug.DebugSetUnitValue.UnitValue>
, java.io.Serializable
, java.lang.Comparable<DebugSetUnitValue.UnitValue>
public static enum DebugSetUnitValue.UnitValue extends java.lang.Enum<DebugSetUnitValue.UnitValue> implements Sc2ApiSerializable<SC2APIProtocol.Debug.DebugSetUnitValue.UnitValue>
Modifier and Type | Method | Description |
---|---|---|
SC2APIProtocol.Debug.DebugSetUnitValue.UnitValue |
toSc2Api() |
|
static DebugSetUnitValue.UnitValue |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DebugSetUnitValue.UnitValue[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DebugSetUnitValue.UnitValue ENERGY
public static final DebugSetUnitValue.UnitValue LIFE
public static final DebugSetUnitValue.UnitValue SHIELDS
public static DebugSetUnitValue.UnitValue[] values()
for (DebugSetUnitValue.UnitValue c : DebugSetUnitValue.UnitValue.values()) System.out.println(c);
public static DebugSetUnitValue.UnitValue 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 SC2APIProtocol.Debug.DebugSetUnitValue.UnitValue toSc2Api()
toSc2Api
in interface Sc2ApiSerializable<SC2APIProtocol.Debug.DebugSetUnitValue.UnitValue>
Copyright © 2017–2018 Ocraft Project. All rights reserved.