Uses of Enum Class
me.despical.commandframework.Message
Packages that use Message
Package
Description
The main package of the Command Framework containing all
core classes and components related to the framework.
-
Uses of Message in me.despical.commandframework
Methods in me.despical.commandframework that return MessageModifier and TypeMethodDescriptionstatic MessageReturns the enum constant of this class with the specified name.static Message[]Message.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in me.despical.commandframework with parameters of type MessageModifier and TypeMethodDescriptionbooleanCommandArguments.sendMessage(Message message) Sends the specifiedMessageto command sender associated with this object.