Class Content
java.lang.Object
net.md_5.bungee.api.chat.hover.content.Content
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
assertAction
(HoverEvent.Action input) Tests this content against an actionabstract HoverEvent.Action
Required action for this content type.
-
Constructor Details
-
Content
public Content()
-
-
Method Details
-
requiredAction
Required action for this content type.- Returns:
- action
-
assertAction
Tests this content against an action- Parameters:
input
- input to test- Throws:
UnsupportedOperationException
- if action incompatible
-