public class Command extends Object
Constructor and Description |
---|
Command() |
Modifier and Type | Method and Description |
---|---|
List<CommandGoal> |
getCommandGoals() |
String |
getDescription() |
String |
getName() |
String |
getShortDescription() |
void |
setCommandGoals(List<CommandGoal> commandGoals) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setShortDescription(String shortDescription) |
public String getShortDescription()
public void setShortDescription(String shortDescription)
public String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public List<CommandGoal> getCommandGoals()
public void setCommandGoals(List<CommandGoal> commandGoals)
Copyright © 2006–2018 TinyGroup. All rights reserved.