mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 08:06:41 +01:00
[CI-SKIP] Clarify Event#callEvent() JavaDoc (#1158)
This commit is contained in:
parent
c92fa14d36
commit
efb52083b9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ index 6677e1b..eaf6c49 100644
|
|||
+ /**
|
||||
+ * Calls the event and tests if cancelled.
|
||||
+ *
|
||||
+ * @return if event was cancelled, if cancellable. otherwise true.
|
||||
+ * @return false if event was cancelled, if cancellable. otherwise true.
|
||||
+ */
|
||||
+ public boolean callEvent() {
|
||||
+ Bukkit.getPluginManager().callEvent(this);
|
||||
|
|
Loading…
Reference in a new issue