mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-23 07:19:33 +01:00
[CI-SKIP] Clarify Event#callEvent() JavaDoc (#1158)
This commit is contained in:
parent
be0d8a5f74
commit
283a4b7d60
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ /**
|
+ /**
|
||||||
+ * Calls the event and tests if cancelled.
|
+ * 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() {
|
+ public boolean callEvent() {
|
||||||
+ Bukkit.getPluginManager().callEvent(this);
|
+ Bukkit.getPluginManager().callEvent(this);
|
||||||
|
|
Loading…
Add table
Reference in a new issue