Uses of Class
net.md_5.bungee.protocol.ChatChain
Packages that use ChatChain
-
Uses of ChatChain in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return ChatChainMethods in net.md_5.bungee.protocol.packet with parameters of type ChatChainModifier and TypeMethodDescriptionvoid
void
Constructors in net.md_5.bungee.protocol.packet with parameters of type ChatChainModifierConstructorDescriptionClientChat
(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)