Uses of Class
net.md_5.bungee.protocol.ChatChain.ChainLink
-
Packages that use ChatChain.ChainLink Package Description net.md_5.bungee.protocol -
-
Uses of ChatChain.ChainLink in net.md_5.bungee.protocol
Methods in net.md_5.bungee.protocol that return types with arguments of type ChatChain.ChainLink Modifier and Type Method Description List<ChatChain.ChainLink>ChatChain. getReceived()List<ChatChain.ChainLink>ChatChain. getSeen()Method parameters in net.md_5.bungee.protocol with type arguments of type ChatChain.ChainLink Modifier and Type Method Description voidChatChain. setReceived(List<ChatChain.ChainLink> received)voidChatChain. setSeen(List<ChatChain.ChainLink> seen)Constructor parameters in net.md_5.bungee.protocol with type arguments of type ChatChain.ChainLink Constructor Description ChatChain(List<ChatChain.ChainLink> seen, List<ChatChain.ChainLink> received)
-