diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index 0eabe6880..91e26cdea 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,9 +2,9 @@
- + -public class CommandStatus +extends PhantomCommand+
Constructor and Description | +
---|
CommandStatus() |
+
Modifier and Type | +Method and Description | +
---|---|
String |
+getTag(org.bukkit.command.CommandSender sender)
+Get the tag
+ |
+
boolean |
+onCommand(org.bukkit.command.CommandSender sender,
+ String[] a)
+Called when a command matching this is executed.
+ |
+
void |
+onStart() |
+
void |
+onStop() |
+
activateSubCommand, addAlias, deactivateSubCommand, deactivateSubCommands, fireSubCommand, getAliases, getCommandName, getNameBank, getParameterUsage, getPriority, getResolvedSubCommand, getSubCommands, getSubCommandsByPriority, msg, setPrameterUsage, setPriority
public void onStart()+
public void onStop()+
public boolean onCommand(org.bukkit.command.CommandSender sender, + String[] a)+
ICommand
sender
- the command sendera
- the argumentspublic String getTag(org.bukkit.command.CommandSender sender)+
ITagProvider
sender
- the command sender who will see the tagCopyright © 2018. All rights reserved.
+ + diff --git a/docs/org/phantomapi/command/CommandTest.html b/docs/org/phantomapi/command/CommandTest.html new file mode 100644 index 000000000..ea33b502c --- /dev/null +++ b/docs/org/phantomapi/command/CommandTest.html @@ -0,0 +1,353 @@ + + + + + + +public class CommandTest +extends PhantomCommand+
Constructor and Description | +
---|
CommandTest() |
+
Modifier and Type | +Method and Description | +
---|---|
String |
+getTag(org.bukkit.command.CommandSender sender)
+Get the tag
+ |
+
boolean |
+onCommand(org.bukkit.command.CommandSender sender,
+ String[] a)
+Called when a command matching this is executed.
+ |
+
void |
+onStart() |
+
void |
+onStop() |
+
activateSubCommand, addAlias, deactivateSubCommand, deactivateSubCommands, fireSubCommand, getAliases, getCommandName, getNameBank, getParameterUsage, getPriority, getResolvedSubCommand, getSubCommands, getSubCommandsByPriority, msg, setPrameterUsage, setPriority
public void onStart()+
public void onStop()+
public boolean onCommand(org.bukkit.command.CommandSender sender, + String[] a)+
ICommand
sender
- the command sendera
- the argumentspublic String getTag(org.bukkit.command.CommandSender sender)+
ITagProvider
sender
- the command sender who will see the tagCopyright © 2018. All rights reserved.
+ + diff --git a/docs/org/phantomapi/command/class-use/CommandPhantom.html b/docs/org/phantomapi/command/class-use/CommandPhantom.html index 076c14a72..817498860 100644 --- a/docs/org/phantomapi/command/class-use/CommandPhantom.html +++ b/docs/org/phantomapi/command/class-use/CommandPhantom.html @@ -2,9 +2,9 @@ - + -Copyright © 2018. All rights reserved.
+ + diff --git a/docs/org/phantomapi/command/class-use/CommandTest.html b/docs/org/phantomapi/command/class-use/CommandTest.html new file mode 100644 index 000000000..46819ae11 --- /dev/null +++ b/docs/org/phantomapi/command/class-use/CommandTest.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2018. All rights reserved.
+ + diff --git a/docs/org/phantomapi/command/package-frame.html b/docs/org/phantomapi/command/package-frame.html index 42ef35033..1870d34c4 100644 --- a/docs/org/phantomapi/command/package-frame.html +++ b/docs/org/phantomapi/command/package-frame.html @@ -2,9 +2,9 @@ - + -