| Package | Description |
|---|---|
| net.md_5.bungee.api.chat |
| Modifier and Type | Class and Description |
|---|---|
static class |
HoverEvent.ContentEntity |
static class |
HoverEvent.ContentItem |
static class |
HoverEvent.ContentText |
| Modifier and Type | Method and Description |
|---|---|
List<HoverEvent.Content> |
HoverEvent.getContents()
List of contents to provide for this event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoverEvent.addContent(HoverEvent.Content content)
Adds a content to this hover event.
|
| Constructor and Description |
|---|
HoverEvent(HoverEvent.Action action,
HoverEvent.Content... contents)
Creates event with an action and a list of contents.
|
| Constructor and Description |
|---|
HoverEvent(HoverEvent.Action action,
List<HoverEvent.Content> contents) |
Copyright © 2015–2020 WaterfallMC. All rights reserved.