public class AttackSchema extends Object
| Constructor and Description |
|---|
AttackSchema() |
| Modifier and Type | Method and Description |
|---|---|
List<AttackActionSchema> |
getActions() |
AttackTargetSchema |
getTarget() |
void |
setActions(List<AttackActionSchema> actions) |
void |
setTarget(AttackTargetSchema target) |
public List<AttackActionSchema> getActions()
public void setActions(List<AttackActionSchema> actions)
public AttackTargetSchema getTarget()
public void setTarget(AttackTargetSchema target)
Copyright © 2020. All rights reserved.