Uses of Enum
de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status
Packages that use IResourcePackSelectEvent.Status
Package
Description
-
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.bukkit
Methods in de.themoep.resourcepacksplugin.bukkit with parameters of type IResourcePackSelectEvent.StatusModifier and TypeMethodDescriptionWorldResourcepacks.callPackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.bukkit.events
Methods in de.themoep.resourcepacksplugin.bukkit.events that return IResourcePackSelectEvent.StatusMethods in de.themoep.resourcepacksplugin.bukkit.events with parameters of type IResourcePackSelectEvent.StatusModifier and TypeMethodDescriptionvoid
ResourcePackSelectEvent.setStatus
(IResourcePackSelectEvent.Status status) Constructors in de.themoep.resourcepacksplugin.bukkit.events with parameters of type IResourcePackSelectEvent.StatusModifierConstructorDescriptionResourcePackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.bungee
Methods in de.themoep.resourcepacksplugin.bungee with parameters of type IResourcePackSelectEvent.StatusModifier and TypeMethodDescriptionBungeeResourcepacks.callPackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.bungee.events
Methods in de.themoep.resourcepacksplugin.bungee.events that return IResourcePackSelectEvent.StatusMethods in de.themoep.resourcepacksplugin.bungee.events with parameters of type IResourcePackSelectEvent.StatusModifier and TypeMethodDescriptionvoid
ResourcePackSelectEvent.setStatus
(IResourcePackSelectEvent.Status status) Constructors in de.themoep.resourcepacksplugin.bungee.events with parameters of type IResourcePackSelectEvent.StatusModifierConstructorDescriptionResourcePackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.core
Methods in de.themoep.resourcepacksplugin.core that return IResourcePackSelectEvent.StatusModifier 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()
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.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
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 TypeMethodDescriptionvoid
IResourcePackSelectEvent.setStatus
(IResourcePackSelectEvent.Status status) Set the status. -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.velocity
Methods in de.themoep.resourcepacksplugin.velocity with parameters of type IResourcePackSelectEvent.StatusModifier and TypeMethodDescriptionVelocityResourcepacks.callPackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status) -
Uses of IResourcePackSelectEvent.Status in de.themoep.resourcepacksplugin.velocity.events
Methods in de.themoep.resourcepacksplugin.velocity.events that return IResourcePackSelectEvent.StatusMethods in de.themoep.resourcepacksplugin.velocity.events with parameters of type IResourcePackSelectEvent.StatusModifier and TypeMethodDescriptionvoid
ResourcePackSelectEvent.setStatus
(IResourcePackSelectEvent.Status status) Constructors in de.themoep.resourcepacksplugin.velocity.events with parameters of type IResourcePackSelectEvent.StatusModifierConstructorDescriptionResourcePackSelectEvent
(UUID playerId, List<ResourcePack> packs, IResourcePackSelectEvent.Status status)