Uses of Class
net.md_5.bungee.api.chat.hover.content.Content
-
Packages that use Content Package Description net.md_5.bungee.api.chat net.md_5.bungee.api.chat.hover.content -
-
Uses of Content in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return types with arguments of type Content Modifier and Type Method Description List<Content>HoverEvent. getContents()List of contents to provide for this event.Methods in net.md_5.bungee.api.chat with parameters of type Content Modifier and Type Method Description voidHoverEvent. addContent(Content content)Adds a content to this hover event.Constructors in net.md_5.bungee.api.chat with parameters of type Content Constructor Description HoverEvent(HoverEvent.Action action, Content... contents)Creates event with an action and a list of contents.Constructor parameters in net.md_5.bungee.api.chat with type arguments of type Content Constructor Description HoverEvent(HoverEvent.Action action, List<Content> contents) -
Uses of Content in net.md_5.bungee.api.chat.hover.content
Subclasses of Content in net.md_5.bungee.api.chat.hover.content Modifier and Type Class Description classEntityclassItemclassText
-