接口 TooltipFlag

所有已知实现类:
TooltipFlag.Default

public interface TooltipFlag
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static final record 
     
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final TooltipFlag.Default
     
    static final TooltipFlag.Default
     
  • 方法概要

    修饰符和类型
    方法
    说明
    default boolean
    Neo: Returns the state of the Alt key (as reported by Screen) on the client, or false on the server.
    default boolean
    Neo: Returns the state of the Control key (as reported by Screen) on the client, or false on the server.
    default boolean
    Neo: Returns the state of the Shift key (as reported by Screen) on the client, or false on the server.
    boolean
     
    boolean
     
  • 字段详细资料

  • 方法详细资料

    • 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, or false on the server.
    • hasShiftDown

      default boolean hasShiftDown()
      Neo: Returns the state of the Shift key (as reported by Screen) on the client, or false on the server.
    • hasAltDown

      default boolean hasAltDown()
      Neo: Returns the state of the Alt key (as reported by Screen) on the client, or false on the server.