Uses of Class
net.md_5.bungee.protocol.SeenMessages
-
Packages that use SeenMessages Package Description net.md_5.bungee.protocol.packet -
-
Uses of SeenMessages in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return SeenMessages Modifier and Type Method Description SeenMessagesClientChat. getSeenMessages()SeenMessagesClientCommand. getSeenMessages()Methods in net.md_5.bungee.protocol.packet with parameters of type SeenMessages Modifier and Type Method Description voidClientChat. setSeenMessages(SeenMessages seenMessages)voidClientCommand. setSeenMessages(SeenMessages seenMessages)Constructors in net.md_5.bungee.protocol.packet with parameters of type SeenMessages 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)
-