Commit Graph

56 Commits

Author SHA1 Message Date
NichtStudioCode
2ae88d8378 Bump version 2023-07-02 12:50:46 +02:00
NichtStudioCode
210527b742 Bump version 2023-06-09 18:33:41 +02:00
NichtStudioCode
0c33ec3630 1.20 Support 2023-06-08 12:59:23 +02:00
NichtStudioCode
0cdbf5b779 Bump version 2023-06-01 12:20:50 +02:00
NichtStudioCode
fed3c03080 Bump version 2023-05-22 21:35:55 +02:00
NichtStudioCode
18270da64e Bump version 2023-05-08 18:18:04 +02:00
NichtStudioCode
46a1cf1536 Bump version 2023-05-06 16:52:13 +02:00
NichtStudioCode
70483b6029 Bump version 2023-04-25 13:08:45 +02:00
NichtStudioCode
13b9fa7dc4 Bump version 2023-04-16 18:14:02 +02:00
NichtStudioCode
206a709335 Split invui module in invui and invui-core
The new invui-core module now contains all sources. The invui module is just a bundle of invui-core and all inventory-access revisions. This should make it easier to only include on inventory-access revision for plugins that don't have multi-version support.
2023-04-15 18:21:05 +02:00
NichtStudioCode
372ea76ff4 Bump version 2023-04-15 17:56:42 +02:00
NichtStudioCode
6a8ac9dce3 Fix ItemPostUpdateEvent receiving air item stack when shift-clicking out of gui-embedded inventory 2023-04-15 17:56:32 +02:00
NichtStudioCode
32ade215cb Fix Inventory#setItem forcing slot 0 for empty items 2023-04-14 00:19:03 +02:00
NichtStudioCode
b07cf63736 Add nullability annotations to ItemUpdateEvent 2023-04-14 00:05:46 +02:00
NichtStudioCode
03e8881791 Bump version 2023-04-13 19:30:41 +02:00
NichtStudioCode
ae20d680e0 VirtualInventory copy constructor 2023-04-13 19:30:18 +02:00
NichtStudioCode
c7596f8bc1 Bump version 2023-04-13 13:19:08 +02:00
NichtStudioCode
ae84c8aaeb Bump version 2023-04-10 19:07:25 +02:00
NichtStudioCode
07063fef82 Fix ConcurrentModificationException on server stop 2023-04-10 12:10:35 +02:00
NichtStudioCode
1f618ea0b0 Rework VirtualInventory 2023-04-10 01:11:52 +02:00
NichtStudioCode
f3ab498a32 Fix scroll- and page change handlers 2023-04-07 17:24:17 +02:00
NichtStudioCode
a752768854 Cursor collection between player and virtual inventories in SingleWindow 2023-04-06 21:16:33 +02:00
NichtStudioCode
92f59a4def Fix spelling 2023-04-06 18:57:39 +02:00
NichtStudioCode
85f2ac6d51 Gui freezing 2023-04-06 18:53:17 +02:00
NichtStudioCode
1e0b42357a Update ControlItem#setGui to only accepts guis of the generic type 2023-04-06 18:44:25 +02:00
NichtStudioCode
24d9a3bbef Fix #26 2023-04-01 11:49:33 +02:00
NichtStudioCode
9f44f940e5 Window#getPlayerItems 2023-03-25 22:36:35 +01:00
NichtStudioCode
290f9b6ee9 Add some NotNull annotations 2023-03-20 14:05:54 +01:00
NichtStudioCode
13bef06660 Window outside click handlers 2023-03-20 14:03:32 +01:00
NichtStudioCode
3ca3a0a76e Add inventory-access-r13 to InvUI dependencies 2023-03-20 13:37:41 +01:00
NichtStudioCode
a9bc373d19 Fixed player inventory items not being initialized with DoubleWindow 2023-03-12 19:13:46 +01:00
NichtStudioCode
9b336db0a8 Add ComponentWrapper#withoutPreFormatting 2023-03-12 18:42:23 +01:00
NichtStudioCode
20fa465684 Fix Potion- and SkullBuilder not working with language provided 2023-03-05 13:40:10 +01:00
NichtStudioCode
a0e588a6f1 Fix unique nbt tag being applied to virtual inventory items 2023-03-04 18:40:47 +01:00
NichtStudioCode
d437d5eef6 Rename TabGui#showTab to TabGui#setTab 2023-03-04 17:10:42 +01:00
NichtStudioCode
ad42afe225 Rename Window#show to Window#open 2023-03-04 17:10:31 +01:00
NichtStudioCode
88da7bb141 Fix AutoCycle- and AutoUpdateItem 2023-03-03 23:01:12 +01:00
NichtStudioCode
8406efdb66 Change window-related methods to use AbstractWindow 2023-03-03 17:45:10 +01:00
NichtStudioCode
3d4e062901 Improved window building
- Removed the "retain" parameter from Windows - all Windows can now be closed and reopened
- Added open handlers to Windows
- Added quick build methods Window.Builder.build(Player) and Window.Builder.show(Player)
- Added some NotNull annotations
2023-03-03 17:36:07 +01:00
D0gma_
73f44b03b7 Change outdated javadoc comments 2023-02-27 10:20:27 +01:00
NichtStudioCode
07d93c2765 Added some javadoc comments 2023-02-26 16:44:07 +01:00
NichtStudioCode
e8a6176d75 Add some @NotNulls 2023-02-26 15:59:42 +01:00
NichtStudioCode
4f6dee6861 Improved Gui- and Window builders 2023-02-26 15:29:57 +01:00
NichtStudioCode
b86f79d851 Server-side translations for items and inventory titles 2023-02-25 18:18:44 +01:00
NichtStudioCode
79120f43ec Rename BaseItemBuilder to AbstractItemBuilder 2023-01-29 18:53:54 +01:00
NichtStudioCode
b112c33c57 Rename BaseAnimation to AbstractAnimation 2023-01-29 18:53:36 +01:00
NichtStudioCode
d00922379d Improved Window- and GuiBuilder
- New, more flexible GuiBuilders
- Cloneable Window- and GuiBuilder
- Modifiers for Window- and GuiBuilder
- Multiple rename handlers for AnvilWindows
2023-01-29 17:18:07 +01:00
NichtStudioCode
1008a7d29b Fixed PagedItemsGuiImpl#setContent and ScrollVIGuiImpl#setContent 2023-01-28 23:21:06 +01:00
NichtStudioCode
18113cc68a Improved WindowBuilder 2023-01-28 17:55:26 +01:00
NichtStudioCode
b6c09de2bc Reformat code 2023-01-28 16:09:05 +01:00