接口 TooltipFlag
- 所有已知实现类:
TooltipFlag.Default
public interface TooltipFlag
-
嵌套类概要
嵌套类 -
字段概要
字段 -
方法概要
修饰符和类型方法说明default boolean
Neo: Returns the state of the Alt key (as reported by Screen) on the client, orfalse
on the server.default boolean
Neo: Returns the state of the Control key (as reported by Screen) on the client, orfalse
on the server.default boolean
Neo: Returns the state of the Shift key (as reported by Screen) on the client, orfalse
on the server.boolean
boolean
-
字段详细资料
-
NORMAL
-
ADVANCED
-
-
方法详细资料
-
isAdvanced
boolean isAdvanced() -
isCreative
boolean isCreative() -
hasControlDown
default boolean hasControlDown()Neo: Returns the state of the Control key (as reported by Screen) on the client, orfalse
on the server. -
hasShiftDown
default boolean hasShiftDown()Neo: Returns the state of the Shift key (as reported by Screen) on the client, orfalse
on the server. -
hasAltDown
default boolean hasAltDown()Neo: Returns the state of the Alt key (as reported by Screen) on the client, orfalse
on the server.
-