| Package | Description |
|---|---|
| org.cloudburstmc.api.event.player | |
| org.cloudburstmc.api.event.server |
| Modifier and Type | Field and Description |
|---|---|
protected Set<CommandSender> |
PlayerChatEvent.recipients |
| Modifier and Type | Method and Description |
|---|---|
Set<CommandSender> |
PlayerChatEvent.getRecipients() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlayerChatEvent.setRecipients(Set<CommandSender> recipients) |
| Constructor and Description |
|---|
PlayerChatEvent(Player player,
String message,
String format,
Set<CommandSender> recipients) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandSender |
ServerCommandEvent.sender |
| Modifier and Type | Method and Description |
|---|---|
CommandSender |
ServerCommandEvent.getSender() |
| Constructor and Description |
|---|
ServerCommandEvent(CommandSender sender,
String command) |
Copyright © 2021. All rights reserved.