Interface TooltipFlag

All Known Implementing Classes:
ClientTooltipFlag, TooltipFlag.Default

public interface TooltipFlag
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TooltipFlag.Default
     
    static final TooltipFlag.Default
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
     
  • Field Details

  • Method Details

    • 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.