| Package | Description |
|---|---|
| net.md_5.bungee.protocol.packet |
| Modifier and Type | Method and Description |
|---|---|
ChatChain |
ClientChat.getChain() |
ChatChain |
ClientCommand.getChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientChat.setChain(ChatChain chain) |
void |
ClientCommand.setChain(ChatChain chain) |
| Constructor and Description |
|---|
ClientChat(String message,
long timestamp,
long salt,
byte[] signature,
boolean signedPreview,
ChatChain chain,
SeenMessages seenMessages) |
ClientCommand(String command,
long timestamp,
long salt,
Map<String,byte[]> signatures,
boolean signedPreview,
ChatChain chain,
SeenMessages seenMessages) |
Copyright © 2012–2024 SpigotMC. All rights reserved.