public class ChatHoverEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ChatHoverEventType
|
action
|
ChatTag |
value
|
Constructor and Description |
---|
ChatHoverEvent(ChatHoverEventType action,
java.lang.String value)
|
ChatHoverEvent(net.md_5.bungee.api.chat.HoverEvent spigotHoverEvent)
|
Modifier and Type | Method and Description |
---|---|
net.md_5.bungee.api.chat.HoverEvent |
toSpigotHoverEvent()
|
public ChatHoverEventType action
public ChatTag value
public ChatHoverEvent(ChatHoverEventType action, java.lang.String value)
public ChatHoverEvent(net.md_5.bungee.api.chat.HoverEvent spigotHoverEvent)