Commit Graph

358 Commits

Author SHA1 Message Date
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
NichtStudioCode
2be6a60022 VirtualInventory#canHold with list parameter 2021-07-11 13:09:25 +02:00
NichtStudioCode
18d948b03f Update VirtualInventory.java 2021-07-11 10:15:53 +02:00
NichtStudioCode
94a45df534 Update VirtualInventory.java 2021-07-11 10:15:21 +02:00
NichtStudioCode
91dea0566d Set source encoding 2021-07-11 10:15:15 +02:00
NichtStudioCode
11912e31e8 Support for 1.17.1 2021-07-10 20:12:40 +02:00
NichtStudioCode
0a4883f347 Update README.md 2021-07-10 18:06:12 +02:00
NichtStudioCode
7872d025be Updated maven-javadoc-plugin 2021-07-08 16:59:59 +02:00
NichtStudioCode
529ccb342a Generate javadoc during install phase 2021-07-08 16:43:42 +02:00
NichtStudioCode
dbb8da7420 Fixed VirtualInventory serialization 2021-07-07 18:00:57 +02:00
NichtStudioCode
ad820a2196 Add byte placeholder in VirtualInventory serialization 2021-07-06 18:54:04 +02:00
NichtStudioCode
af780f6b4b Improved serialization of VirtualInventories 2021-07-06 18:35:11 +02:00
NichtStudioCode
890553cd5c BaseComponent[] as Window title 2021-07-03 14:05:27 +02:00
NichtStudioCode
eb735c5811 Updated InvUIRP 2021-06-28 16:28:55 +02:00
NichtStudioCode
caa7be1fb4 Removed MaterialIcon 2021-06-28 16:28:33 +02:00
NichtStudioCode
ed65b173dd Added Window#changeTitle 2021-06-27 15:35:38 +02:00
NichtStudioCode
0bef2477ad Fixed TileEntity inventories not using the set title 2021-06-27 15:03:00 +02:00
NichtStudioCode
be8ced08f5 Fixed inventories not having the correct size on 1.14 2021-06-27 13:30:45 +02:00
NichtStudioCode
9c13fb74db Compile with Java 8 2021-06-27 13:30:19 +02:00
NichtStudioCode
488092a8f8 Fixed VirtualInventory#setItem using the wrong maxStackSize 2021-06-17 22:34:27 +02:00
NichtStudioCode
9a8d46d6c9 Update .gitignore 2021-06-17 21:13:51 +02:00
NichtStudioCode
886a8ebbcb Improved AutoCycleItem 2021-06-17 21:13:43 +02:00
NichtStudioCode
a721a8c028 Fixed VirtualInventory#addItem 2021-06-15 21:09:40 +02:00