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