TextDisplay sizes calculation

Discussion in 'Plugin Development' started by just_lofe, Sep 23, 2024.

  1. Offline

    just_lofe

    I am creating advanced screen system with cursor, and text displays as buttons.
    Working showcase:

    What i need? It is terrible question. Sizes of buttons. It needs to be set with creating buttons:
    upload_2024-9-23_23-59-46.png

    I need a more convenient way to get a button size, ideally without manual set. Any variants?
     
  2. Online

    timtower Administrator Administrator Moderator

    @just_lofe Isn't that also depending on screen resolution?
     
  3. Offline

    just_lofe

    No, not that I remember. You can manually set scale of any display.

    I also misspelled the names in the withLogicalSize method, where x is the width and y is the height
     
  4. Online

    timtower Administrator Administrator Moderator

    What platform are you using? Forge? Fabric? Bukkit?
     
  5. Offline

    just_lofe

    Bukkit
     
  6. Online

    timtower Administrator Administrator Moderator

    Show the API docs for that MenuButton then please
     

Share This Page