Uses of Enum Class
de.themoep.resourcepacksplugin.core.ResourcePackStatus
Package
Description
-
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.bukkit
Modifier and TypeMethodDescriptionForceResourcepacks.callPackStatusEvent
(UUID playerId, ResourcePackStatus status, de.themoep.resourcepacksplugin.core.ResourcePack pack) -
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.bukkit.events
ModifierConstructorDescriptionResourcePackStatusEvent
(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
Modifier and TypeMethodDescriptionForceResourcepacks.callPackStatusEvent
(UUID playerId, ResourcePackStatus status, de.themoep.resourcepacksplugin.core.ResourcePack pack) -
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.bungee.events
ModifierConstructorDescriptionResourcePackStatusEvent
(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
Modifier 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.Modifier 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 idModifier 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
-
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.velocity
Modifier and TypeMethodDescriptionForceResourcepacks.callPackStatusEvent
(UUID playerId, ResourcePackStatus status, de.themoep.resourcepacksplugin.core.ResourcePack pack) -
Uses of ResourcePackStatus in de.themoep.resourcepacksplugin.velocity.events
ModifierConstructorDescriptionResourcePackStatusEvent
(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