Uses of Interface
tech.guilhermekaua.spigotboot.core.spigot.conversation.ChatContext
Packages that use ChatContext
-
Uses of ChatContext in tech.guilhermekaua.spigotboot.core.spigot.conversation
Method parameters in tech.guilhermekaua.spigotboot.core.spigot.conversation with type arguments of type ChatContextModifier and TypeMethodDescriptionvoidChatPrompt.onChat(@NotNull Consumer<ChatContext> callback) Starts the conversation.static voidChatUtils.onChat(@NotNull org.bukkit.entity.Player player, @NotNull Consumer<ChatContext> callback) Shorthand forwith(player).onChat(callback)with no options.