| Package | Description |
|---|---|
| org.geysermc.floodgate | |
| org.geysermc.floodgate.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractLinkAccountCommand.Message |
static class |
AbstractUnlinkAccountCommand.Message |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonMessage |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractCommandResponseCache.format(CommandMessage message,
Object... args) |
T |
AbstractCommandResponseCache.getOrAddCachedMessage(CommandMessage message,
Object... args)
If the message has no arguments:
If cached: return cached message. If not cached: transform it, add the message to cache and return the message. It will only transform the message if the message has one or more arguments |
void |
ICommandUtil.kickPlayer(P player,
CommandMessage message,
Object... args)
Same as
ICommandUtil.sendMessage(Object, CommandMessage, Object...) except it kicks the player. |
void |
ICommandUtil.sendMessage(P player,
CommandMessage message,
Object... args)
Send the specified player a message
|
Copyright © 2020 GeyserMC. All rights reserved.