Package | Description |
---|---|
com.github.ocraft.s2client.protocol.data |
Modifier and Type | Method | Description |
---|---|---|
static Target |
Target.from(SC2APIProtocol.Data.AbilityData.Target sc2ApiTarget) |
|
static Target |
Target.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Target[] |
Target.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<Target> |
AbilityData.getTarget() |
|
java.util.Set<Target> |
Abilities.getTargets() |
|
java.util.Set<Target> |
Abilities.Other.getTargets() |
|
java.util.Set<Target> |
Ability.getTargets() |
Copyright © 2017–2018 Ocraft Project. All rights reserved.