| Package | Description |
|---|---|
| net.md_5.bungee.api.chat |
| Modifier and Type | Method and Description |
|---|---|
HoverEvent.Action |
HoverEvent.getAction()
The action of this event.
|
static HoverEvent.Action |
HoverEvent.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoverEvent.Action[] |
HoverEvent.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
HoverEvent.getClass(HoverEvent.Action action,
boolean array)
Gets the appropriate
HoverEvent.Content class for an HoverEvent.Action for the
GSON serialization |
| Constructor and Description |
|---|
HoverEvent(HoverEvent.Action action,
BaseComponent[] value)
Deprecated.
|
HoverEvent(HoverEvent.Action action,
HoverEvent.Content... contents)
Creates event with an action and a list of contents.
|
HoverEvent(HoverEvent.Action action,
List<HoverEvent.Content> contents) |
Copyright © 2015–2020 WaterfallMC. All rights reserved.