mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-18 06:57:43 +01:00
Improve the PostOrder Javadoc.
This commit is contained in:
@@ -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 {
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user