3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-15 02:50:09 +01:00

[CI-SKIP] Clarify Event#callEvent() JavaDoc (#1158)

Dieser Commit ist enthalten in:
BillyGalbreath 2018-06-18 15:42:39 -05:00 committet von Zach
Ursprung c92fa14d36
Commit efb52083b9

Datei anzeigen

@ -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);