| Package | Description |
|---|---|
| me.mattstudios.mf.components | |
| me.mattstudios.mf.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static Message |
Message.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message[] |
Message.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageHandler.register(Message message,
MessageResolver messageResolver)
Method to register new messages and overwrite the existing ones.
|
void |
MessageHandler.sendMessage(Message message,
org.bukkit.command.CommandSender commandSender,
String argument)
Sends the registered message to the command sender.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
InvalidArgumentException.getMessageEnum() |
| Constructor and Description |
|---|
InvalidArgumentException(Message messageEnum) |
Copyright © 2019. All rights reserved.