Uses of Enum Class
net.kyori.adventure.resource.ResourcePackStatus
Packages that use ResourcePackStatus
-
Uses of ResourcePackStatus in net.kyori.adventure.resource
Methods in net.kyori.adventure.resource that return ResourcePackStatusModifier and TypeMethodDescriptionstatic ResourcePackStatusReturns 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 net.kyori.adventure.resource with parameters of type ResourcePackStatusModifier and TypeMethodDescriptionvoidResourcePackCallback.packEventReceived(UUID uuid, ResourcePackStatus status, Audience audience) Called when a pack event has been received.