Commit Graph

  • 8e0ca7ea44 Respect maxStackSize in VirtualInventory#addItem NichtStudioCode 2021-05-11 15:29:53 +0200
  • 0715ac2dba Make VirtualInventory#notifyWindows public NichtStudioCode 2021-05-08 21:49:50 +0200
  • bdf74fb191 ItemBuilder getter Methods NichtStudioCode 2021-05-08 14:41:16 +0200
  • c623250e3a ItemUpdateEvent#isSwap NichtStudioCode 2021-05-05 22:57:05 +0200
  • 7697707b21 Fixed ItemBuilder#setAmount not working when using a base ItemStack NichtStudioCode 2021-05-05 16:55:26 +0200
  • dcdcba3fab Added @NotNulls in ItemBuilder NichtStudioCode 2021-05-04 22:52:27 +0200
  • 698387d20b Accept ItemStack in ItemBuilder NichtStudioCode 2021-05-04 22:38:10 +0200
  • 01cff674f0 Fixed Window not being set for Items of nested GUIs NichtStudioCode 2021-05-03 19:48:52 +0200
  • dd80927b46 VirtualInventory#canHold NichtStudioCode 2021-04-30 19:03:46 +0200
  • 1b60239b34 isAdd, isRemove, getAddedAmount, getRemovedAmount NichtStudioCode 2021-04-30 19:03:31 +0200
  • 31ec100806 Remove Window from list in VirtualInventory when closed NichtStudioCode 2021-04-25 17:23:30 +0200
  • 3b9e5f5db0 VirtualInventory#simulateAdd NichtStudioCode 2021-04-24 15:26:40 +0200
  • cab14d0047 Fix NullPointerException in VirtualInventory#getItems NichtStudioCode 2021-04-21 21:42:32 +0200
  • edde43b1ae ItemUpdateEvent UpdateReason NichtStudioCode 2021-04-21 20:55:18 +0200
  • ff56f8e017 Fixed GUIBuilder not working for Tab GUIs NichtStudioCode 2021-04-11 00:23:05 +0200
  • ba0a57af41 VirtualInventory#getItems NichtStudioCode 2021-04-10 12:45:53 +0200
  • ce147a38b8 Update ItemBuilder.java NichtStudioCode 2021-04-07 20:47:33 +0200
  • f0d1ac5eaf Add itemUpdateHandler NichtStudioCode 2021-03-31 13:47:35 +0200
  • dc381dba6e Added option to delete VirtualInventories NichtStudioCode 2021-03-31 13:39:51 +0200
  • da96b415a9 GUI Background NichtStudioCode 2021-02-28 19:36:51 +0100
  • a22e33cf64 Added option to set plugin manually NichtStudioCode 2021-02-21 15:02:50 +0100
  • b87177fe83 Update to latest ResourcePack NichtStudioCode 2021-02-16 21:33:28 +0100
  • 5e27d272db Added AsyncItem NichtStudioCode 2021-02-13 19:06:05 +0100
  • 76b947e2a0 Moved ItemBuilder NichtStudioCode 2021-02-13 18:39:16 +0100
  • c084c1a2bc SimpleItem.of NichtStudioCode 2021-02-13 18:02:05 +0100
  • f38f86d423 Provide option to choose between InvUIRP versions NichtStudioCode 2021-02-13 17:52:36 +0100
  • 3c3856423e Improved HeadTexture cache NichtStudioCode 2021-02-13 17:51:48 +0100
  • 39a8941f62 VirtualInventory Cursor Collect NichtStudioCode 2021-02-12 13:16:20 +0100
  • 9ec262a122 VirtualInventory ItemDrag NichtStudioCode 2021-02-12 01:44:46 +0100
  • 8d3f4e3690 Removed ItemStackHolder NichtStudioCode 2021-02-11 22:34:05 +0100
  • 459f19d7b3 Made Structure independent from GUIBuilder NichtStudioCode 2021-02-11 21:48:45 +0100
  • bd625c3adb Update to latest InventoryAccess NichtStudioCode 2021-02-09 15:51:26 +0100
  • 77ab4c3c10 Update to latest ResourcePack NichtStudioCode 2021-02-08 22:24:46 +0100
  • 7335ae86de VirtualInventories in MergedWindow NichtStudioCode 2021-02-08 20:26:38 +0100
  • 951178f161 Minor changes NichtStudioCode 2021-02-08 19:00:09 +0100
  • b5af62d64d Update README.md NichtStudioCode 2021-02-08 18:17:53 +0100
  • 849320e338 Removed InvUI#onDisable NichtStudioCode 2021-02-08 18:03:58 +0100
  • a973701bbc Improved GUIBuilder & ControlItems NichtStudioCode 2021-02-08 17:00:36 +0100
  • b76be6ffd8 ScrollGUI NichtStudioCode 2021-02-08 13:04:27 +0100
  • 5e8a9d5536 Update SimpleWindow.java NichtStudioCode 2021-02-07 20:09:41 +0100
  • 417b824e3a Merge branch 'main' of https://github.com/NichtStudioCode/InvUI into main NichtStudioCode 2021-02-07 20:04:30 +0100
  • c171d81072 Added PlayerHead cache NichtStudioCode 2021-02-07 20:04:26 +0100
  • 3eda60d4e7
    Update README.md NichtStudioCode 2021-02-06 16:54:44 +0100
  • b42540beed
    Update README.md NichtStudioCode 2021-02-06 16:53:54 +0100
  • e5abf9a77b
    Merge pull request #2 from NichtStudioCode/add-license-1 NichtStudioCode 2021-02-06 16:49:06 +0100
  • d13fa8dcb3
    Create LICENSE NichtStudioCode 2021-02-06 16:48:56 +0100
  • 2af53e9bec
    Update README.md NichtStudioCode 2021-02-06 16:48:20 +0100
  • 6ca55ef678 Refactoring, added missing javadoc NichtStudioCode 2021-02-05 11:56:51 +0100
  • 2df18412ef Reformatted project NichtStudioCode 2021-02-05 11:25:41 +0100
  • 5176418a59 Renamed CustomItem to Icon NichtStudioCode 2021-02-05 11:16:02 +0100
  • c7dc050845 Javadoc & Changeable elements in PagedGUI implementations NichtStudioCode 2021-02-05 11:09:04 +0100
  • 612d21ca8b Updated to latest InventoryAccess NichtStudioCode 2021-02-04 16:49:13 +0100
  • 2c0e896a2d Fixed AutoCycleItem NichtStudioCode 2021-02-04 16:49:00 +0100
  • 6c73edac99 Update CustomItem.java NichtStudioCode 2021-02-03 21:11:13 +0100
  • f3ad577a86 Update to latest resource pack NichtStudioCode 2021-02-03 20:51:12 +0100
  • e87ef108e6 Different inventory types NichtStudioCode 2021-02-03 20:03:59 +0100
  • 287e08dce4 Fixed CycleItem not updating NichtStudioCode 2021-02-03 13:56:54 +0100
  • bad8f89ba2 Renamed to InvUI NichtStudioCode 2021-02-02 21:10:08 +0100
  • 8512a749bf Get Plugin from PluginClassLoader NichtStudioCode 2021-02-02 20:50:04 +0100
  • a5262128c9 3 New Items NichtStudioCode 2021-02-01 12:24:25 +0100
  • 73d5b0779d Improved GUIBuilder NichtStudioCode 2021-02-01 11:56:13 +0100
  • 5eb859e6c9 CombinedWindow NichtStudioCode 2021-01-31 16:24:38 +0100
  • e6c4af7765 New CustomItems NichtStudioCode 2021-01-29 19:32:33 +0100
  • 8889f30911 Methods to find all Windows & Viewers in GUI NichtStudioCode 2021-01-29 18:33:17 +0100
  • 0a62cb85b6 MaterialWithBackground NichtStudioCode 2021-01-28 22:37:49 +0100
  • ac8401ef6b TabGUI NichtStudioCode 2021-01-28 18:58:44 +0100
  • ed64b2e60a Minor changes NichtStudioCode 2021-01-28 17:26:47 +0100
  • e4980188e2 GUIParent & GUI-based Animations NichtStudioCode 2021-01-28 00:31:21 +0100
  • 3eb57e9fae Removed unnecessary x = 0 and y = 0 NichtStudioCode 2021-01-27 19:31:09 +0100
  • 83f1da5ed8 4 New Animations NichtStudioCode 2021-01-27 19:29:09 +0100
  • d0138f476e ForceResourcePack deactivated by default NichtStudioCode 2021-01-27 18:30:14 +0100
  • 87d14b71a9 Updated ResourcePack URL NichtStudioCode 2021-01-27 18:25:23 +0100
  • 793635a9dd ReflectionRegistry NichtStudioCode 2021-01-27 18:21:14 +0100
  • 6521e655a4 FunctionItem NichtStudioCode 2021-01-27 17:23:09 +0100
  • c1d1255a91 Nested GUIs and VirtualInventories NichtStudioCode 2021-01-27 17:15:16 +0100
  • 8e160a5e87 Improved PagedGUI NichtStudioCode 2021-01-27 16:25:09 +0100
  • 548b22df97 CustomItems NichtStudioCode 2021-01-27 15:16:52 +0100
  • 5a63384f36 Fixed ItemUpdateEvent cancel not working NichtStudioCode 2021-01-27 13:58:38 +0100
  • 1f2ac4a651 Added BackgroundItem NichtStudioCode 2021-01-26 20:13:47 +0100
  • dd9232fc37 Update WindowManager.java NichtStudioCode 2021-01-25 18:26:42 +0100
  • ea35d94dda ItemUpdateEvent NichtStudioCode 2021-01-25 18:08:49 +0100
  • a4bdf57360 Simplified code regarding VirtualInventory NichtStudioCode 2021-01-24 23:13:34 +0100
  • d50f24e557 New animation NichtStudioCode 2021-01-24 20:55:34 +0100
  • 101ca28f70 Reformatted code NichtStudioCode 2021-01-24 20:00:41 +0100
  • 97db33277e VirtualInventory shift click NichtStudioCode 2021-01-24 19:55:45 +0100
  • ddf5c070e8 VirtualInventory serialization NichtStudioCode 2021-01-23 15:38:47 +0100
  • 14f2d97e93 VirtualInventory NichtStudioCode 2021-01-22 19:27:54 +0100
  • b90853e165 Multiple finishHandlers in Animation NichtStudioCode 2021-01-21 00:18:15 +0100
  • 397ff4fe50 Javadoc NichtStudioCode 2021-01-21 00:17:58 +0100
  • ab98b0dee4 Added missing access modifier NichtStudioCode 2021-01-20 23:10:55 +0100
  • 2ad04822c7 Merge branch 'main' of https://github.com/NichtStudioCode/InvGui into main NichtStudioCode 2021-01-20 22:49:00 +0100
  • b5ccbd6f4d Changes NichtStudioCode 2021-01-20 22:48:41 +0100
  • e4ac6ed189
    Create README.md NichtStudioCode 2021-01-20 22:29:07 +0100
  • 1d08e06d5c Initial commit NichtStudioCode 2021-01-20 22:27:13 +0100