Commit Graph

356 Commits

Author SHA1 Message Date
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
a40f9bb707 Add ComponentLocalizer#componentCreator 2023-04-13 12:59:32 +02:00
NichtStudioCode
4744638c4f
Update README.md 2023-04-10 22:02:38 +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
5fddf4b2ba Remove InvUIRP 2023-04-09 15:44:21 +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
2525422388 Update to 1.19.4 2023-03-16 16:15:01 +01:00
NichtStudioCode
85b3d0928d Improve ForceResourcePack
- Added forced parameter
- Added forceBypassPermission parameter
- Added promptBypassPermission parameter
2023-03-15 13:19:54 +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
1f12b58a1f Language provider
This commit makes it possible to define how the player's language is determined
2023-03-03 17:37: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
NichtStudioCode
62e1a2c591
Merge pull request #23 from D0gmaDev/main
Change outdated Item.java javadoc comments
2023-02-27 17:10:09 +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
b79012cdd7
Update README.md 2023-01-31 16:32:19 +01:00
NichtStudioCode
670b5fd4ee Fix AnvilInventory 2023-01-30 12:12:41 +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
79cc152838 Fix IllegalAccessException 2023-01-29 14:02:51 +01:00
NichtStudioCode
1008a7d29b Fixed PagedItemsGuiImpl#setContent and ScrollVIGuiImpl#setContent 2023-01-28 23:21:06 +01:00
NichtStudioCode
320e1fb071 Fixed inaccessible inventory-access interface implementations 2023-01-28 23:20:24 +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
NichtStudioCode
9b03a9a2db Change package from de.studiocode to xyz.xenondevs 2023-01-28 15:41:10 +01:00
NichtStudioCode
ae69de28db Fix default GuiType naming 2023-01-28 15:20:44 +01:00
NichtStudioCode
ecdf14e5b4 Add GuiBuilder#setBackground back 2023-01-28 15:20:32 +01:00