Uses of Enum
de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status
Packages that use IResourcePackSelectEvent.Status
-
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.core
Methods in de.themoep.resourcepacksplugin.core that return IResourcePackSelectEvent.StatusModifier and TypeMethodDescriptionprotected IResourcePackSelectEvent.StatusPackManager.checkPack(UUID playerId, ResourcePack pack, IResourcePackSelectEvent.Status status) protected IResourcePackSelectEvent.StatusPackManager.checkPacks(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) PackManager.PackSetResult.getStatus()Methods in de.themoep.resourcepacksplugin.core with parameters of type IResourcePackSelectEvent.StatusModifier and TypeMethodDescriptionResourcepacksPlugin.callPackSelectEvent(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) Call the ResourcePackSelectEvent on the corresponding serverprotected IResourcePackSelectEvent.StatusPackManager.checkPack(UUID playerId, ResourcePack pack, IResourcePackSelectEvent.Status status) protected IResourcePackSelectEvent.StatusPackManager.checkPacks(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.core.events
Methods in de.themoep.resourcepacksplugin.core.events that return IResourcePackSelectEvent.StatusModifier and TypeMethodDescriptionIResourcePackSelectEvent.getStatus()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
UNKNOWN- We don't know why it failedReturns the enum constant of this type with the specified name.static IResourcePackSelectEvent.Status[]IResourcePackSelectEvent.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.themoep.resourcepacksplugin.core.events with parameters of type IResourcePackSelectEvent.StatusModifier and TypeMethodDescriptionvoidIResourcePackSelectEvent.setStatus(IResourcePackSelectEvent.Status status) Set the status.