Trigary / Iodine

A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
GNU General Public License v3.0
24 stars 0 forks source link

Let custom objects get attached to GUI instances and elements #5

Closed Trigary closed 4 years ago

Trigary commented 5 years ago

Plugins should be allowed to attach their own Object to IodineGui and GuiElement instances. The purpose of this is to give plugin developers an easy way to associate data with GUIs and GUI elements. Just a simple getter-setter pair should be added to the mentioned classes.

Trigary commented 4 years ago

Fixed in 4e5f0ef