diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html
index 33617b5ef..0eabe6880 100644
--- a/docs/allclasses-frame.html
+++ b/docs/allclasses-frame.html
@@ -2,10 +2,10 @@
-
+
-All Classes (Phantom B3 API)
-
+All Classes (Phantom B4 API)
+
@@ -23,6 +23,9 @@ All Classes
C
Callback
ClassAnchorService
+Command
+CommandPhantom
+CommandService
D
DeployableService
DispatchChannel
@@ -48,9 +51,11 @@ All Classes
HTTP
HTTPTokener
ICancellable
+ICommand
INMSWrapper
IPawn
IService
+ITagProvider
ITask
IUnitTest
JarScanner
@@ -64,6 +69,7 @@ All Classes
JSONWriter
M
Name
+NameBank
NMSBinderService
NMSPackage
NMSW10
@@ -85,6 +91,7 @@ All Classes
PawnSpace
PD
Phantom
+PhantomCommand
PhantomException
PhantomPlugin
PhantomProvider
@@ -110,6 +117,7 @@ All Classes
ThreadPoolService
Tick
TICK
+TXT
UnitTest
XML
XMLTokener
diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html
index df9eb3225..f5cc7388e 100644
--- a/docs/allclasses-noframe.html
+++ b/docs/allclasses-noframe.html
@@ -2,10 +2,10 @@
-
+
-All Classes (Phantom B3 API)
-
+All Classes (Phantom B4 API)
+
@@ -23,6 +23,9 @@ All Classes
C
Callback
ClassAnchorService
+Command
+CommandPhantom
+CommandService
D
DeployableService
DispatchChannel
@@ -48,9 +51,11 @@ All Classes
HTTP
HTTPTokener
ICancellable
+ICommand
INMSWrapper
IPawn
IService
+ITagProvider
ITask
IUnitTest
JarScanner
@@ -64,6 +69,7 @@ All Classes
JSONWriter
M
Name
+NameBank
NMSBinderService
NMSPackage
NMSW10
@@ -85,6 +91,7 @@ All Classes
PawnSpace
PD
Phantom
+PhantomCommand
PhantomException
PhantomPlugin
PhantomProvider
@@ -110,6 +117,7 @@ All Classes
ThreadPoolService
Tick
TICK
+TXT
UnitTest
XML
XMLTokener
diff --git a/docs/constant-values.html b/docs/constant-values.html
index 138a38bd8..2c11e5edf 100644
--- a/docs/constant-values.html
+++ b/docs/constant-values.html
@@ -2,10 +2,10 @@
-
+
-Constant Field Values (Phantom B3 API)
-
+Constant Field Values (Phantom B4 API)
+
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
@@ -13,13 +13,13 @@
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
+
+
+
+
+
+
+
+
+- Prev Class
+- Next Class
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description |
+
+
+CommandPhantom() |
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+All Methods Instance Methods Concrete Methods
+
+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.
+ |
+
+
+
+
+-
+
+
+
Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Constructor Detail
+
+
+
+
+-
+
CommandPhantom
+public CommandPhantom()
+
+
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
onCommand
+public boolean onCommand(org.bukkit.command.CommandSender sender,
+ String[] a)
+Description copied from interface: ICommand
+Called when a command matching this is executed. This is only called when the
+ command (pawn) is activated
+
+- Parameters:
+sender
- the command sender
+a
- the arguments
+- Returns:
+- returns true if the command took the message, and phantom should no
+ longer check for other commands
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Prev Class
+- Next Class
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2018. All rights reserved.
+
+