mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-06 16:37:38 +01:00
fix: add missing resource pack status events
(cherry picked from commit 89c57bfac6
)
This commit is contained in:
parent
ef2b5e03bc
commit
efc0620afe
@ -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