Uses of Enum Class
io.github.lucfr1746.llibrary.chatinput.response.enums.InputStatus
Packages that use InputStatus
Package
Description
-
Uses of InputStatus in io.github.lucfr1746.llibrary.chatinput.response
Methods in io.github.lucfr1746.llibrary.chatinput.response that return InputStatusModifier and TypeMethodDescription@NotNull InputStatus
ChatInputResponse.status()
Returns the status of an input prompt.Constructors in io.github.lucfr1746.llibrary.chatinput.response with parameters of type InputStatusModifierConstructorDescriptionChatInputResponse
(InputStatus status, String value) Creates an instance of aChatInputResponse
record class. -
Uses of InputStatus in io.github.lucfr1746.llibrary.chatinput.response.enums
Methods in io.github.lucfr1746.llibrary.chatinput.response.enums that return InputStatusModifier and TypeMethodDescriptionstatic InputStatus
Returns the enum constant of this class with the specified name.static InputStatus[]
InputStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.