promotional bannermobile promotional banner

EasyGui

a simple library mod that hopes to make developing GUI a bit easier

File Details

easy_gui-0.3.0.jar

  • R
  • Jun 22, 2025
  • 194.93 KB
  • 13
  • 1.21.1
  • NeoForge

File Name

easy_gui-0.3.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:easygui-1288202:6685139"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • added combo boxes(drop down selector)
  • fixed some display bugs
  • added culling
    • if cull is true a box positioned at the element and sized the same as the element will be made.
    • only child elements inside the box will be rendered(and if partially in will be partially rendered)
  • added id and classes to containerRenderables
    • id are unique per screen
    • an item can have multiple class names
  • added getElementById/getElementsByClassName to IEasyGuiScreen
  • added simple active view manager for screens
  • fixed bug where incorrect minecraft gui scaling was used
  • fixed bug where isSticky was not taken into account
  • implemented it such that isMouseOver behaves properly with partially rendered elements