public class CommandUsageBox extends StyledFragment
| Constructor and Description |
|---|
CommandUsageBox(CommandCallable command,
String commandString)
Create a new usage box.
|
CommandUsageBox(CommandCallable command,
String commandString,
CommandLocals locals)
Create a new usage box.
|
public CommandUsageBox(CommandCallable command, String commandString)
command - the command to describecommandString - the command that was used, such as "/we" or "/brush sphere"public CommandUsageBox(CommandCallable command, String commandString, @Nullable CommandLocals locals)
command - the command to describecommandString - the command that was used, such as "/we" or "/brush sphere"locals - list of locals to useCopyright © 2010-2014. All Rights Reserved.