Skip to content

Releases: Despical/InventoryFramework

1.1.2

25 Jul 09:40
Compare
Choose a tag to compare
Fixed false imports

1.1.1

25 Jul 09:33
Compare
Choose a tag to compare

1.1.1 Release (25.07.2021)

  • Added StaticPane#removeItem(Int, Int)
  • Added support for new NMS packages.

1.1.0

03 Jun 09:28
Compare
Choose a tag to compare

Inventory Framework

An inventory framework for managing Minecraft GUIs.

1.1.0 Release (09.02.2021 - 03.06.2021)

  • Added #fillProgressBorder to Fillable interface.
  • Added GuiItem#of method.

1.0.9

09 Feb 11:26
Compare
Choose a tag to compare

Inventory Framework

An inventory framework for managing Minecraft GUIs.

1.0.9 Release (29.01.2021 - 09.02.2021)

  • Fixed StaticPane#fillHorizontallyWith andS StaticPane#fillVerticallyWith methods not working if there are no items registered.
  • Fixed ArrayIndexOutOfBounds while using StaticPane#fillBorder method.
  • Now StaticPane#fillHorizontallyWith and StaticPane#fillVerticallyWith methods will fill the given area by skipping items if there are.

1.0.8

27 Jan 11:15
Compare
Choose a tag to compare

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

14 Nov 08:39
Compare
Choose a tag to compare

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)

1.0.4

09 Oct 09:57
Compare
Choose a tag to compare

Inventory Framework

An inventory framework for managing Minecraft GUIs.

Change logs:

  • Fixed item lores in 1.13 and higher versions.
  • Fixed items being picked up.

1.0.1

04 Sep 17:34
Compare
Choose a tag to compare

Inventory Framework

An inventory framework for managing Minecraft GUIs.

Change logs:

  • Fixed since tags.
  • Fixed getting null pointer from some NMS items.
  • Added support to 1.8.3 - 1.16.2.

1.0.0

04 Sep 16:05
Compare
Choose a tag to compare

Inventory Framework

An inventory framework for managing Minecraft GUIs.

Change logs:

  • Update pom.xml