Uses of Enum Class
com.velocitypowered.api.event.player.PlayerResourcePackStatusEvent.Status
Packages that use PlayerResourcePackStatusEvent.Status
Package
Description
Provides events for handling actions performed by players.
-
Uses of PlayerResourcePackStatusEvent.Status in com.velocitypowered.api.event.player
Methods in com.velocitypowered.api.event.player that return PlayerResourcePackStatusEvent.StatusModifier and TypeMethodDescriptionPlayerResourcePackStatusEvent.getStatus()Returns the new status for the resource pack.Returns the enum constant of this class with the specified name.static PlayerResourcePackStatusEvent.Status[]PlayerResourcePackStatusEvent.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.velocitypowered.api.event.player with parameters of type PlayerResourcePackStatusEvent.StatusModifierConstructorDescriptionPlayerResourcePackStatusEvent(Player player, PlayerResourcePackStatusEvent.Status status) Deprecated.PlayerResourcePackStatusEvent(Player player, PlayerResourcePackStatusEvent.Status status, ResourcePackInfo packInfo) Deprecated.Use(Player, UUID, Status, ResourcePackInfo)instead.PlayerResourcePackStatusEvent(Player player, UUID packId, PlayerResourcePackStatusEvent.Status status, ResourcePackInfo packInfo) Instantiates this event.
(Player, UUID, Status, ResourcePackInfo)instead.