Enum IResourcePackSelectEvent.Status

java.lang.Object
java.lang.Enum<IResourcePackSelectEvent.Status>
de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status
All Implemented Interfaces:
Serializable, Comparable<IResourcePackSelectEvent.Status>, java.lang.constant.Constable
Enclosing interface:
IResourcePackSelectEvent

public static enum IResourcePackSelectEvent.Status extends Enum<IResourcePackSelectEvent.Status>
The status of the select event
SUCCESS - Pack found and is not null
NO_PERMISSION - Selection failed because the player does not have the permission for the pack
WRONG_VERSION - Selection failed because there is not compatible pack
NO_PERM_AND_WRONG_VERSION - Both failures happened
ALREADY_APPLIED - The player already had that pack applied IS_EMPTY - The player already had the empty pack applied UNKNOWN - We don't know why it failed