Package | Description |
---|---|
me.ryandw11.ultrachat | |
me.ryandw11.ultrachat.api | |
me.ryandw11.ultrachat.api.events |
Modifier and Type | Field and Description |
---|---|
ChatType |
UltraChat.md |
Modifier and Type | Method and Description |
---|---|
ChatType |
UltraChatAPI.getChatType()
Get the current chat type.
|
static ChatType |
ChatType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChatType[] |
ChatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UltraChatAPI.setType(ChatType cm)
Set the chat mode.
|
Modifier and Type | Method and Description |
---|---|
ChatType |
UltraChatEvent.getType()
Get the type of the chat used.
|
Constructor and Description |
---|
UltraChatEvent(org.bukkit.entity.Player p,
java.lang.String chat,
java.util.Set<org.bukkit.entity.Player> recipients,
ChatType ct,
ChatProperties properties) |