docs(common): 更新注释
This commit is contained in:
@@ -4,7 +4,7 @@ package cn.hamster3.mc.plugin.ball.common.listener;
|
|||||||
public enum ListenerPriority {
|
public enum ListenerPriority {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event call is of very low importance and should be ran first, to allow
|
* Event call is of very low importance and should be run first, to allow
|
||||||
* other plugins to further customise the outcome
|
* other plugins to further customise the outcome
|
||||||
*/
|
*/
|
||||||
LOWEST(0),
|
LOWEST(0),
|
||||||
@@ -13,7 +13,7 @@ public enum ListenerPriority {
|
|||||||
*/
|
*/
|
||||||
LOW(1),
|
LOW(1),
|
||||||
/**
|
/**
|
||||||
* Event call is neither important nor unimportant, and may be ran
|
* Event call is neither important nor unimportant, and may be run
|
||||||
* normally
|
* normally
|
||||||
*/
|
*/
|
||||||
NORMAL(2),
|
NORMAL(2),
|
||||||
|
Reference in New Issue
Block a user