Uses of Class
net.md_5.bungee.protocol.ChatChain
-
Packages that use ChatChain Package Description net.md_5.bungee.protocol.packet -
-
Uses of ChatChain in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return ChatChain Modifier and Type Method Description ChatChainClientChat. getChain()ChatChainClientCommand. getChain()Methods in net.md_5.bungee.protocol.packet with parameters of type ChatChain Modifier and Type Method Description voidClientChat. setChain(ChatChain chain)voidClientCommand. setChain(ChatChain chain)Constructors in net.md_5.bungee.protocol.packet with parameters of type ChatChain Constructor 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)
-