Uses of Enum Class
io.github.lucfr1746.llibrary.chatinput.input.enums.InputMessage
Packages that use InputMessage
Package
Description
-
Uses of InputMessage in io.github.lucfr1746.llibrary.chatinput
Methods in io.github.lucfr1746.llibrary.chatinput with parameters of type InputMessageModifier and TypeMethodDescriptionChatInputAPI.setMessage
(@NotNull InputMessage inputMessage, @NotNull String message) Sets a custom message for the chat input prompt. -
Uses of InputMessage in io.github.lucfr1746.llibrary.chatinput.input
Methods in io.github.lucfr1746.llibrary.chatinput.input with parameters of type InputMessageModifier and TypeMethodDescriptionfinal void
ChatInput.sendMessage
(@NotNull InputMessage type, @NotNull org.bukkit.entity.Player player) Sends, if present, the message of the given type to the player.final void
ChatInput.sendMessage
(@NotNull InputMessage type, @NotNull org.bukkit.entity.Player player, @NotNull String input) Sends, if present, the message of the given type to the player.final @NotNull ChatInput
ChatInput.setMessage
(@NotNull InputMessage type, @NotNull String message) Sets the message for the given message type. -
Uses of InputMessage in io.github.lucfr1746.llibrary.chatinput.input.enums
Methods in io.github.lucfr1746.llibrary.chatinput.input.enums that return InputMessageModifier and TypeMethodDescriptionstatic InputMessage
Returns the enum constant of this class with the specified name.static InputMessage[]
InputMessage.values()
Returns an array containing the constants of this enum class, in the order they are declared.