Uses of Enum Class
tech.guilhermekaua.spigotboot.core.spigot.conversation.EndReason
Packages that use EndReason
-
Uses of EndReason in tech.guilhermekaua.spigotboot.core.spigot.conversation
Methods in tech.guilhermekaua.spigotboot.core.spigot.conversation that return EndReasonModifier and TypeMethodDescriptionstatic EndReasonReturns the enum constant of this class with the specified name.static EndReason[]EndReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in tech.guilhermekaua.spigotboot.core.spigot.conversation with type arguments of type EndReasonModifier and TypeMethodDescriptionChatPrompt.onEnd(BiConsumer<org.bukkit.entity.Player, EndReason> onEnd) Sets a hook that runs when the conversation ends for any reason.