diff --git a/api/src/main/java/com/velocitypowered/api/event/EventManager.java b/api/src/main/java/com/velocitypowered/api/event/EventManager.java index b8702ab3..ed11986c 100644 --- a/api/src/main/java/com/velocitypowered/api/event/EventManager.java +++ b/api/src/main/java/com/velocitypowered/api/event/EventManager.java @@ -60,7 +60,8 @@ public interface EventManager { * * @param plugin the plugin to associate with the handler * @param eventClass the class for the event handler to register - * @param postOrder the relative order in which events should be posted to the handler + * @param postOrder the relative order in which events should be posted to the handler. The higher + * the priority, the earlier the event handler will be called * @param handler the handler to register * @param the event type to handle */