Uses of Enum Class
de.themoep.resourcepacksplugin.core.ResourcePackStatus
Packages that use ResourcePackStatus
Package
Description
-
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.bukkit
Methods in de.themoep.resourcepacksplugin.bukkit with parameters of type ResourcePackStatusModifier and TypeMethodDescriptionForceResourcepacks.callPackStatusEvent
(UUID playerId, ResourcePackStatus status, de.themoep.resourcepacksplugin.core.ResourcePack pack) -
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.bukkit.events
Methods in de.themoep.resourcepacksplugin.bukkit.events that return ResourcePackStatusConstructors in de.themoep.resourcepacksplugin.bukkit.events with parameters of type ResourcePackStatusModifierConstructorDescriptionResourcePackStatusEvent
(org.bukkit.entity.Player player, ResourcePackStatus status) Deprecated.ResourcePackStatusEvent
(org.bukkit.entity.Player player, ResourcePackStatus status, de.themoep.resourcepacksplugin.core.ResourcePack pack) -
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.bungee
Methods in de.themoep.resourcepacksplugin.bungee with parameters of type ResourcePackStatusModifier and TypeMethodDescriptionForceResourcepacks.callPackStatusEvent
(UUID playerId, ResourcePackStatus status, de.themoep.resourcepacksplugin.core.ResourcePack pack) -
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.bungee.events
Methods in de.themoep.resourcepacksplugin.bungee.events that return ResourcePackStatusConstructors in de.themoep.resourcepacksplugin.bungee.events with parameters of type ResourcePackStatusModifierConstructorDescriptionResourcePackStatusEvent
(net.md_5.bungee.api.connection.ProxiedPlayer player, ResourcePackStatus status) Deprecated.ResourcePackStatusEvent
(net.md_5.bungee.api.connection.ProxiedPlayer player, ResourcePackStatus status, de.themoep.resourcepacksplugin.core.ResourcePack pack) -
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.core
Methods in de.themoep.resourcepacksplugin.core that return ResourcePackStatusModifier and TypeMethodDescriptionStatusManager.clearStatus
(UUID playerId, de.themoep.resourcepacksplugin.core.ResourcePack pack) Remove a player's status completelystatic ResourcePackStatus
ResourcePackStatus.fromVanillaId
(int id) Get the ResourcePackStatus from the vanilla protocol idstatic ResourcePackStatus
ResourcePackStatus.getStatus
(int id) Deprecated.Get the last resource pack status send by a player by his idStatusManager.setStatus
(UUID playerId, de.themoep.resourcepacksplugin.core.ResourcePack pack, ResourcePackStatus status) Set the last resource pack status send by a player by his idStatusManager.setStatus
(UUID playerId, ResourcePackStatus status) Deprecated.static ResourcePackStatus
Returns the enum constant of this class with the specified name.static ResourcePackStatus[]
ResourcePackStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.themoep.resourcepacksplugin.core that return types with arguments of type ResourcePackStatusModifier and TypeMethodDescriptionStatusManager.clearStatuses
(UUID playerId) Remove a player's status completelyPackActionAssignment.getActions()
PackActionAssignment.getActions
(de.themoep.resourcepacksplugin.core.ResourcePack pack) PackActionAssignment.getActions
(String packName) PackActionAssignment.getFirstJoinActions()
PackActionAssignment.getFirstJoinActions
(de.themoep.resourcepacksplugin.core.ResourcePack pack) PackActionAssignment.getFirstJoinActions
(String packName) StatusManager.getStatuses
(UUID playerId) Get the last resource pack statuses send by a player by his idMethods in de.themoep.resourcepacksplugin.core with parameters of type ResourcePackStatusModifier and TypeMethodDescriptionvoid
ActionManager.addAction
(String server, ResourcePackStatus status, ActionType action, String msg) void
ActionManager.addAction
(String server, ResourcePackStatus status, PackAction action) Deprecated.void
PackActionAssignment.addAction
(de.themoep.resourcepacksplugin.core.ResourcePack pack, ResourcePackStatus status, PackAction action, boolean firstJoin) Add an action to a server to react on a specific status for a specific packvoid
PackActionAssignment.addAction
(ResourcePackStatus status, ActionType action, String msg) void
PackActionAssignment.addAction
(ResourcePackStatus status, ActionType action, String msg, boolean firstJoin) Add an action to a server to react on a specific status with a sendMessagevoid
PackActionAssignment.addAction
(ResourcePackStatus status, PackAction action) void
PackActionAssignment.addAction
(ResourcePackStatus status, PackAction action, boolean firstJoin) Add an action to a server to react on a specific statusvoid
ActionManager.addGlobalAction
(ResourcePackStatus status, ActionType action, String msg) Deprecated.default IResourcePackStatusEvent
ForceResourcepacksPlugin.callPackStatusEvent
(UUID playerId, ResourcePackStatus status) Deprecated.ForceResourcepacksPlugin.callPackStatusEvent
(UUID playerId, ResourcePackStatus status, de.themoep.resourcepacksplugin.core.ResourcePack pack) default boolean
ForceResourcepacksPlugin.canBypass
(de.themoep.resourcepacksplugin.core.ResourcepacksPlayer player, PackActionAssignment assignment, ResourcePackStatus status, ActionType type) Check whether or not a player can bypass a certain combination of assignments, statuses and action types.boolean
StatusManager.checkForPackRemoval
(UUID playerId, de.themoep.resourcepacksplugin.core.ResourcePack pack, ResourcePackStatus status) Remove the cached pack if the status is one that ends up with the player not having a packActionManager.getActions
(String server, ResourcePackStatus status) Deprecated.PackActionAssignment.getActions
(de.themoep.resourcepacksplugin.core.ResourcePack pack, ResourcePackStatus status, boolean firstJoin) Get all actions for a certain status for a certain packPackActionAssignment.getActions
(ResourcePackStatus status) Deprecated.PackActionAssignment.getActions
(ResourcePackStatus status, boolean firstJoin) Get all actions for a certain status no matter the packActionManager.getGlobalActions
(ResourcePackStatus status) Deprecated.boolean
ResourcePackStatus.isNextAfter
(ResourcePackStatus status) void
ActionManager.runActions
(de.themoep.resourcepacksplugin.core.ResourcepacksPlayer player, de.themoep.resourcepacksplugin.core.ResourcePack pack, ResourcePackStatus status) Run actions and set the current status of a playervoid
ActionManager.runActions
(UUID playerId, de.themoep.resourcepacksplugin.core.ResourcePack pack, ResourcePackStatus status) Deprecated.StatusManager.setStatus
(UUID playerId, de.themoep.resourcepacksplugin.core.ResourcePack pack, ResourcePackStatus status) Set the last resource pack status send by a player by his idStatusManager.setStatus
(UUID playerId, ResourcePackStatus status) Deprecated. -
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.core.events
Methods in de.themoep.resourcepacksplugin.core.events that return ResourcePackStatus -
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.velocity
Methods in de.themoep.resourcepacksplugin.velocity with parameters of type ResourcePackStatusModifier and TypeMethodDescriptionForceResourcepacks.callPackStatusEvent
(UUID playerId, ResourcePackStatus status, de.themoep.resourcepacksplugin.core.ResourcePack pack) -
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.velocity.events
Methods in de.themoep.resourcepacksplugin.velocity.events that return ResourcePackStatusConstructors in de.themoep.resourcepacksplugin.velocity.events with parameters of type ResourcePackStatusModifierConstructorDescriptionResourcePackStatusEvent
(com.velocitypowered.api.proxy.Player player, ResourcePackStatus status) ResourcePackStatusEvent
(com.velocitypowered.api.proxy.Player player, ResourcePackStatus status, de.themoep.resourcepacksplugin.core.ResourcePack pack)
StatusManager.getStatus(UUID, ResourcePack)
instead