mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-06 16:37:38 +01:00
fix: add missing resource pack status events
This commit is contained in:
parent
1813cdb1a8
commit
89c57bfac6
@ -7,5 +7,13 @@ import net.minestom.server.entity.Player;
|
||||
* {@link net.minestom.server.event.player.PlayerResourcePackStatusEvent}.
|
||||
*/
|
||||
public enum ResourcePackStatus {
|
||||
SUCCESS, DECLINED, FAILED_DOWNLOAD, ACCEPTED
|
||||
|
||||
SUCCESSFULLY_LOADED,
|
||||
DECLINED,
|
||||
FAILED_DOWNLOAD,
|
||||
ACCEPTED,
|
||||
DOWNLOADED,
|
||||
INVALID_URL,
|
||||
FAILED_RELOAD,
|
||||
DISCARDED,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user