mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-20 07:57:42 +01:00
Improve the PostOrder Javadoc.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
package com.velocitypowered.api.event;
|
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 {
|
public enum PostOrder {
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user