Commit Graph

230 Commits

Author SHA1 Message Date
NichtStudioCode
75553f9c3e Removed NMS-Repo and GitHub CI 2021-12-18 13:15:11 +01:00
NichtStudioCode
aa8b4393d0 Update pom.xml 2021-12-12 12:13:22 +01:00
NichtStudioCode
b2fe538d6c Update .gitignore 2021-12-12 12:13:14 +01:00
NichtStudioCode
813171896b
Update maven.yml 2021-12-10 17:42:57 +01:00
NichtStudioCode
5237a3fad5 Updated to java 11 and 17 2021-12-10 17:35:42 +01:00
NichtStudioCode
c6561e6628 Update jitpack.yml 2021-12-01 20:04:57 +01:00
NichtStudioCode
050579c673 1.18 Support 2021-12-01 14:57:25 +01:00
NichtStudioCode
32e6564b60 Fixed wrong return value in VirtualInventory#setItemAmount 2021-11-19 01:01:02 +01:00
NichtStudioCode
3c57947f3a Allow null tabs in TabGUI 2021-11-07 17:33:33 +01:00
NichtStudioCode
4b9486eef7 Added Cartography Window 2021-10-30 14:15:05 +02:00
NichtStudioCode
4d79d6eb7e Possible fix for IndexOutOfBoundsException in getPageElements 2021-10-20 23:07:20 +02:00
NichtStudioCode
0b96a820ec ItemBuilder modifiers 2021-10-06 17:17:49 +02:00
NichtStudioCode
0ecea11053 Fixed ArrayIndexOutOfBoundsException when dragging items outside of GUIs 2021-10-06 16:51:50 +02:00
NichtStudioCode
a09ad3d065 Fixed spelling 2021-10-04 16:18:24 +02:00
NichtStudioCode
78b44b3220 Redraw all affected slots after the InventoryDragEvent 2021-10-04 16:10:27 +02:00
NichtStudioCode
b8ccc1a6ca Added VirtualInventory to byte[] serialization
Close #4
2021-09-16 21:33:10 +02:00
NichtStudioCode
77ee58439d VirtualInventoryManager#getAllInventories 2021-09-15 19:58:26 +02:00
NichtStudioCode
ccbe5a8e0f Update BaseWindow.java 2021-09-11 21:19:09 +02:00
NichtStudioCode
e765daa00f Send items again after updating inventory title 2021-09-11 19:43:59 +02:00
NichtStudioCode
5ae4dda739 Changed visibility of some internal GUI methods to protected 2021-09-04 13:55:06 +02:00
NichtStudioCode
52aa81e893 Added closeHandlers in Window 2021-09-04 13:54:36 +02:00
NichtStudioCode
5fcd728008 Added VISlotElementSupplier 2021-09-01 13:10:35 +02:00
NichtStudioCode
6da906fbc4 VirtualInventory shift-click priority 2021-09-01 12:51:04 +02:00
NichtStudioCode
e92abcf079 Added regions to BaseGUI 2021-08-29 17:56:08 +02:00
NichtStudioCode
9972805d04 Fixed spelling 2021-08-26 23:44:51 +02:00
NichtStudioCode
d0bddc126b Refactored InventoryAccess 2021-08-23 16:38:57 +02:00
NichtStudioCode
97021078d5 Reworked Structure and Markers 2021-08-22 15:19:58 +02:00
NichtStudioCode
ca0dff2153 Reworked GUIBuilder / GUIType 2021-08-22 14:44:19 +02:00
NichtStudioCode
82ba871ae3 Prevent players from receiving advancements through merged windows 2021-08-21 22:10:46 +02:00
NichtStudioCode
4b945d903b Create jitpack.yml 2021-08-17 18:00:40 +02:00
NichtStudioCode
25c20d302f Refactoring 2021-08-08 19:58:42 +02:00
NichtStudioCode
f0ea48506f ComponentUtils#withoutPreFormatting 2021-08-08 19:54:24 +02:00
NichtStudioCode
be90969f22 Reworked ControlItem and Controllable 2021-08-08 18:15:59 +02:00
NichtStudioCode
09e5492681 Improved fromLegacyText method 2021-08-08 18:15:22 +02:00
NichtStudioCode
6cb3e3ed8a SlotElement Supplier as Ingredient 2021-08-08 17:21:40 +02:00
NichtStudioCode
9a485d1921 BaseComponent support in ItemBuilder 2021-08-08 16:34:47 +02:00
NichtStudioCode
f17287d508 ItemBuilder abstraction 2021-08-08 15:27:23 +02:00
NichtStudioCode
ba8c523514 GUIBuilder: Allow setGUIs for GUIType.TAB 2021-08-06 15:32:25 +02:00
NichtStudioCode
d7900f9774 Allow empty GUI list in SimplePagedNestedGUI 2021-08-06 15:28:36 +02:00
NichtStudioCode
2dc464486d Fixed TabGUI not working with nested GUIs 2021-08-05 16:53:21 +02:00
NichtStudioCode
d13d9c73bb Fixed a NullPointerException when a LinkedSlotElement linked to null 2021-08-05 16:48:56 +02:00
NichtStudioCode
a4c587c01f Added maven-source-plugin 2021-08-05 14:39:43 +02:00
NichtStudioCode
c08b7ae5be Fixed NullPointerException in VirtualInventory#putItemStack
When an ItemUpdateEvent set the newItemStack to null, a NullPointerException was thrown.
This has been fixed.
2021-08-02 12:24:52 +02:00
NichtStudioCode
cd4c8da7f7 Improved VirtualInventory shift-click logic 2021-07-24 21:55:22 +02:00
NichtStudioCode
b465bbc7de Update BaseGUI.java
Fixed a bug that didn't let players put items inside a VirtualInventory if the whole stack didn't fit.
2021-07-18 14:17:59 +02:00
NichtStudioCode
ac7302d606 Fixed NullPointerException in WindowManager#findOpenWindow 2021-07-17 14:16:20 +02:00
NichtStudioCode
8c185e53f1 Refactoring 2021-07-17 14:15:18 +02:00
NichtStudioCode
3c41fb721d Improved MojangApiUtils 2021-07-17 11:57:12 +02:00
NichtStudioCode
f1576d6983 Fixed hotbar and offhand item being air instead of null 2021-07-16 22:26:39 +02:00
NichtStudioCode
623bb94c5d VirtualInventory Background 2021-07-14 18:14:57 +02:00