Bixilon 1a2b990bd7
rename String::asResourceLocation to toResourceLocation
as is casting, to is converting
2021-08-03 16:28:38 +02:00

528 B

General GUI idea

2 Main GUI types

  • Blocking/GUI (with mouse and keyboard interaction)
    • Inventories
    • Escape screen
    • Confirmation screen
    • Chat (input)
    • Command blocks, etc
  • Non-blocking/HUD (permanent overlay)
    • Chat messages
    • Scoreboard
    • Boss bar
    • Title
    • Hotbar
    • Debug info
    • Gadget text (like fps, time, etc)

GUI components

  • General
    • Text
    • Items
    • Container (list with items, the inventory and their positions)
  • GUI
    • Buttons
    • TextField
    • Label
    • Checkbox