Uses of Enum Class
me.despical.commandframework.Message
Packages that use Message
Package
Description
Main package of the Command Framework that contains all the
classes related to this 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.