Improve the PostOrder Javadoc.

This commit is contained in:
Andrew Steinborn
2020-10-22 01:06:06 -04:00
parent 9a59f9e8e2
commit 51daa65860

View File

@@ -1,7 +1,7 @@
package com.velocitypowered.api.event;
/**
* Represents the order an event will be posted to a listener method, relative to other listeners.
* Provides convenient shorthands for represents the order an event will be posted to a listener.
*/
public enum PostOrder {
;