mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
SPIGOT-7526: Add missing PlayerResourcePackStatusEvent statuses
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -60,6 +60,22 @@ public class PlayerResourcePackStatusEvent extends PlayerEvent {
|
|||||||
/**
|
/**
|
||||||
* The client accepted the pack and is beginning a download of it.
|
* The client accepted the pack and is beginning a download of it.
|
||||||
*/
|
*/
|
||||||
ACCEPTED;
|
ACCEPTED,
|
||||||
|
/**
|
||||||
|
* The client successfully downloaded the pack.
|
||||||
|
*/
|
||||||
|
DOWNLOADED,
|
||||||
|
/**
|
||||||
|
* The pack URL was invalid.
|
||||||
|
*/
|
||||||
|
INVALID_URL,
|
||||||
|
/**
|
||||||
|
* The client was unable to reload the pack.
|
||||||
|
*/
|
||||||
|
FAILED_RELOAD,
|
||||||
|
/**
|
||||||
|
* The pack was discarded by the client.
|
||||||
|
*/
|
||||||
|
DISCARDED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user