类 Content
java.lang.Object
net.md_5.bungee.api.chat.hover.content.Content
-
构造器概要
-
方法概要
修饰符和类型方法说明void
assertAction
(HoverEvent.Action input) Tests this content against an actionabstract HoverEvent.Action
Required action for this content type.
-
构造器详细资料
-
Content
public Content()
-
-
方法详细资料
-
requiredAction
Required action for this content type.- 返回:
- action
-
assertAction
Tests this content against an action- 参数:
input
- input to test- 抛出:
UnsupportedOperationException
- if action incompatible
-