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
-
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 PlayerResourcePackStatusEvent.Status resourcePackStatus) PlayerResourcePackStatusEvent
(Player who, PlayerResourcePackStatusEvent.Status resourcePackStatus, String hash) Deprecated.