Uses of Class
net.md_5.bungee.protocol.SeenMessages
Packages that use SeenMessages
-
Uses of SeenMessages in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return SeenMessagesMethods in net.md_5.bungee.protocol.packet with parameters of type SeenMessagesModifier and TypeMethodDescriptionvoid
ClientChat.setSeenMessages
(SeenMessages seenMessages) void
ClientCommand.setSeenMessages
(SeenMessages seenMessages) Constructors in net.md_5.bungee.protocol.packet with parameters of type SeenMessagesModifierConstructorDescriptionClientChat
(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)