Uses of Enum
de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status
Package
Description
-
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.bukkit
Modifier and TypeMethodDescriptionWorldResourcepacks.callPackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.bukkit.events
Modifier and TypeMethodDescriptionvoid
ResourcePackSelectEvent.setStatus
(IResourcePackSelectEvent.Status status) ModifierConstructorDescriptionResourcePackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.bungee
Modifier and TypeMethodDescriptionBungeeResourcepacks.callPackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.bungee.events
Modifier and TypeMethodDescriptionvoid
ResourcePackSelectEvent.setStatus
(IResourcePackSelectEvent.Status status) ModifierConstructorDescriptionResourcePackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.core
Modifier and TypeMethodDescriptionprotected IResourcePackSelectEvent.Status
PackManager.checkPack
(UUID playerId, ResourcePack pack, IResourcePackSelectEvent.Status status) protected IResourcePackSelectEvent.Status
PackManager.checkPacks
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) PackManager.PackSetResult.getStatus()
Modifier and TypeMethodDescriptionResourcepacksPlugin.callPackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) Call the ResourcePackSelectEvent on the corresponding serverprotected IResourcePackSelectEvent.Status
PackManager.checkPack
(UUID playerId, ResourcePack pack, IResourcePackSelectEvent.Status status) protected IResourcePackSelectEvent.Status
PackManager.checkPacks
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.core.events
Modifier 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.Modifier and TypeMethodDescriptionvoid
IResourcePackSelectEvent.setStatus
(IResourcePackSelectEvent.Status status) Set the status. -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.velocity
Modifier and TypeMethodDescriptionVelocityResourcepacks.callPackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.velocity.events
Modifier and TypeMethodDescriptionvoid
ResourcePackSelectEvent.setStatus
(IResourcePackSelectEvent.Status status) ModifierConstructorDescriptionResourcePackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status)