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 InputStatusChatInputResponse.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 aChatInputResponserecord 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 InputStatusReturns 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.