Commit Graph

105 Commits

Author SHA1 Message Date
NichtStudioCode
c5634e4109 Bump version 2022-09-30 15:25:41 +02:00
NichtStudioCode
fab3666bde Fix InventoryUtils#addItemCorrectly for crafting inventory 2022-09-30 15:25:35 +02:00
NichtStudioCode
522326fbae Bump version 2022-09-26 16:41:44 +02:00
NichtStudioCode
c315c360a2 Fix #10 2022-09-25 22:32:14 +02:00
NichtStudioCode
26b0dd1ff0 InvUI#setPlugin 2022-08-27 02:14:35 +02:00
NichtStudioCode
4e5b16d027 1.19.1 Support 2022-07-29 11:54:43 +02:00
NichtStudioCode
ce74a31bce Surround VirtualInventory events with try catch 2022-07-01 10:03:14 +02:00
NichtStudioCode
3bb3873dc0 Improved VirtualInventory events 2022-06-25 11:26:53 +02:00
NichtStudioCode
9e3a3e35f1 Check http response code in ForceResourcePack 2022-06-18 12:46:19 +02:00
NichtStudioCode
f3bcbcb7f3 Fixed Markers.ITEM_LIST_SLOT_VERTICAL being marked as horizontal 2022-06-16 16:55:42 +02:00
NichtStudioCode
2fa6fef168 Changed argument check order in ScrollGUI 2022-06-16 16:55:16 +02:00
NichtStudioCode
749bd35a26 Support for kyori adventure components 2022-06-13 16:07:21 +02:00
NichtStudioCode
a5ad22cc2b Fixed SkullBuilder#getThis returning null 2022-06-12 11:23:42 +02:00
NichtStudioCode
d37a03a5a9 StackSizeProvider 2022-06-09 19:05:05 +02:00
NichtStudioCode
5d4f577e0c 1.19 Support 2022-06-09 13:55:28 +02:00
NichtStudioCode
bf82b93dbf Clone ItemStack before modifying NBT data in BaseWindow#redrawItem 2022-04-30 14:19:42 +02:00
NichtStudioCode
6a74920f75 Improved GUIBuilder and Structure
- Structure now stores width and height
- Width and height are no longer part of the GUIBuilder constructor
- Width and height can be omitted by using the String[] Structure constructor
- Vertical item list slots
- Added GUIBuilder#setBackground
2022-04-23 20:37:15 +02:00
NichtStudioCode
11dab1eba7 Fixed background not working for nested GUIs 2022-04-23 18:18:46 +02:00
NichtStudioCode
bba2a419b1 Bumped version 2022-04-23 17:46:23 +02:00
NichtStudioCode
9cd007b7ee 1.18.2 Support 2022-03-04 09:42:09 +01:00
NichtStudioCode
e821a97efc Bumped version 2022-02-27 21:20:25 +01:00
NichtStudioCode
95aa06021e Added ItemProvider#EMPTY 2022-02-27 21:20:17 +01:00
NichtStudioCode
e88e92a325 Allow control items in GUIs that they don't control 2022-02-27 21:20:06 +01:00
NichtStudioCode
22e74bc0b1 Page & Tab change handler 2022-02-27 21:18:50 +01:00
NichtStudioCode
09cfebd152 Performance Improvements 2022-02-25 19:47:02 +01:00
NichtStudioCode
0136354b57 Fixed Row- and ColumnAnimation 2022-02-15 22:36:44 +01:00
NichtStudioCode
3c7a85b2a9 Fixed ScrollGUI#canScroll 2022-01-14 21:35:55 +01:00
NichtStudioCode
1cc9f4bf4b Bumped version 2022-01-14 21:28:19 +01:00
NichtStudioCode
c40bda1434 ResourcePack module, send resource pack after AuthMe login 2022-01-14 21:23:41 +01:00
NichtStudioCode
2f6ead0882 Added CartographySplitWindow 2022-01-12 21:08:28 +01:00
NichtStudioCode
35ea3a8776 Removed deprecated yaml serialization 2022-01-09 17:50:17 +01:00
NichtStudioCode
fb8bf589f2 Bumped version 2022-01-07 20:37:08 +01:00
NichtStudioCode
a025d06ac7 Added InventoryUpdatedEvent 2022-01-07 20:35:30 +01:00
NichtStudioCode
eae337ceb9 Added NestedScrollGUI and VIScrollGUI 2022-01-07 20:29:17 +01:00
NichtStudioCode
0a823c33c7 Structure#addIngredient(inventory, background) 2022-01-07 15:32:18 +01:00
NichtStudioCode
98b6f661af Added NotNull Annotation to Item#handleClick 2022-01-07 15:10:52 +01:00
NichtStudioCode
c5d7861ac1 Fixed PotionBuilder 2022-01-07 10:52:07 +01:00
NichtStudioCode
82b30542d9 VirtualInventory#toString 2022-01-04 16:14:40 +01:00
NichtStudioCode
ab913eed3c Update CycleItem.java 2021-12-30 23:30:18 +01:00
NichtStudioCode
76a846f753 Fixed VirtualInventory#getMaxStackSize not respecting item stack size 2021-12-30 23:29:55 +01:00
NichtStudioCode
9e0ce92d29 Update ForceResourcePack.java 2021-12-22 18:44:05 +01:00
NichtStudioCode
1560a5d688 Reworked ItemBuilder 2021-12-22 17:15:05 +01:00
NichtStudioCode
dbad076ce1 Fixed NPE in BaseWindow#redrawItem 2021-12-21 11:47:25 +01:00
NichtStudioCode
d35355f64b Added support for 1.17's force resource pack prompt 2021-12-18 15:15:12 +01:00
NichtStudioCode
cac8ace852 Fixed Shift-DoubleClick 2021-12-18 13:15:31 +01:00
NichtStudioCode
aa8b4393d0 Update pom.xml 2021-12-12 12:13:22 +01:00
NichtStudioCode
5237a3fad5 Updated to java 11 and 17 2021-12-10 17:35:42 +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