Releases: Despical/InventoryFramework
Releases · Despical/InventoryFramework
1.1.2
1.1.1
1.1.0
1.0.9
Inventory Framework
An inventory framework for managing Minecraft GUIs.
1.0.9 Release (29.01.2021 - 09.02.2021)
- Fixed
StaticPane#fillHorizontallyWith
andSStaticPane#fillVerticallyWith
methods not working if there are no items registered. - Fixed
ArrayIndexOutOfBounds
while usingStaticPane#fillBorder
method. NowStaticPane#fillHorizontallyWith
andStaticPane#fillVerticallyWith
methods will fill the given area by skipping items if there are.
1.0.8
Inventory Framework
An inventory framework for managing Minecraft GUIs.
1.0.8 Release (10.01.2021 - 27.01.2020)
- Added new methods to fill a row line vertically with given item.
- Added
Fillable
interface that includes some filling methods. - Added
StaticPane#fillBorder
method to fill GUI's border. - Added
Gui#setOnDrag
as a tag to XML usage. - Added coloring to gui titles.
- Changed some exception messages.
1.0.5
Inventory Framework
An inventory framework for managing Minecraft GUIs.
Change logs:
- Added support for Minecraft 1.16.4
- Added new methods to Static Pane.
- StaticPane#fillVerticallyWith method to fill vertical line with given item stack.
- StaticPane#fillHorizontallyWith method to fill horizontal line with given item stack. (Not implemented yet)
- Changed a package name - (Developer Alert)