Uses of Enum Class
org.bukkit.event.player.PlayerResourcePackStatusEvent.Status
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of PlayerResourcePackStatusEvent.Status in org.bukkit.entity
Modifier and TypeMethodDescriptionPlayer.getResourcePackStatus()
Gets the most recent resource pack status from the player. -
Uses of PlayerResourcePackStatusEvent.Status in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerResourcePackStatusEvent.getStatus()
Gets the status of this 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.ModifierConstructorDescriptionPlayerResourcePackStatusEvent
(@NotNull Player who, @NotNull UUID id, @NotNull PlayerResourcePackStatusEvent.Status resourcePackStatus)