126 Commits

Author SHA1 Message Date
Gabriel Tofvesson
eb6f1ff8dc Fix SemVer 2021-04-24 18:03:15 +02:00
Gabriel Tofvesson
95c031a231 Document code 2021-04-24 18:00:42 +02:00
Gabriel Tofvesson
c8d6a7d9f8 Implement method for merging and sorting stacks to enforce atomicity 2021-04-24 18:00:42 +02:00
Gabriel Tofvesson
029716512a Add explicit null-check for interact events 2021-04-24 18:00:42 +02:00
Gabriel Tofvesson
da495eb88a Compartmentalize plugin initialization 2021-04-24 18:00:42 +02:00
Gabriel Tofvesson
ee9f962fac Implement more rigid logging 2021-04-24 18:00:42 +02:00
Gabriel Tofvesson
23ee65ed40 Add /sort event listener 2021-04-24 02:11:35 +02:00
Gabriel Tofvesson
696ef4ad7f Implement /sort event trigger 2021-04-24 02:11:17 +02:00
Gabriel Tofvesson
bf0082a6c0 Fix block targeting for /sort 2021-04-24 02:11:02 +02:00
Gabriel Tofvesson
720bb91d0e Fix stack-amount based ordering 2021-04-24 00:57:24 +02:00
Gabriel Tofvesson
a28f82dbc0 Set empty stacks to null in merge 2021-04-24 00:57:02 +02:00
Gabriel Tofvesson
22a1da1b8d Fix stack merge count bug 2021-04-24 00:56:44 +02:00
Gabriel Tofvesson
767f698201 Add JavaDoc to /sort implementation 2021-04-24 00:38:03 +02:00
Gabriel Tofvesson
c58c6b800b Declare explicit imports 2021-04-24 00:37:19 +02:00
Gabriel Tofvesson
7c97a97acd Refactor sorting comparator as lambda 2021-04-24 00:37:00 +02:00
Gabriel Tofvesson
ae911e8b40 Fix itemstack growth bug for merging 2021-04-24 00:36:36 +02:00
Gabriel Tofvesson
ebdc520ca7 Add explicit nullability check for command getter 2021-04-24 00:35:51 +02:00
Gabriel Tofvesson
259c53c0eb Fix NPE for command getter on plugin disable 2021-04-24 00:35:14 +02:00
Gabriel Tofvesson
f6a39b4e58 Implement sorting for most inventory types 2021-04-24 00:02:27 +02:00
Gabriel Tofvesson
4def617332 Fix NPE in item stack sort comparator 2021-04-24 00:01:28 +02:00
Gabriel Tofvesson
76211d5b2f Implement /sort command 2021-04-23 20:09:28 +02:00
Gabriel Tofvesson
115cdd0268 Refactor listener package name (formerly "listeners") 2021-04-23 20:09:03 +02:00
Gabriel Tofvesson
d841c5720f Declare /sort command in plugin.yml 2021-04-23 20:08:06 +02:00
Gabriel Tofvesson
b7fa0c8273 Add default logger level in factory 2021-04-23 20:07:41 +02:00
Gabriel Tofvesson
d8570dd6a9 Add break on stack replaced 2021-04-23 16:52:25 +02:00
Gabriel Tofvesson
32406059c4 Initial commit 2021-04-23 16:03:08 +02:00