Update JeffChestSortOrganizer.java

This commit is contained in:
JEFF 2019-04-29 01:26:51 +02:00 committed by GitHub
parent 7b6b024d4f
commit fc458bec27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,14 +18,11 @@ public class JeffChestSortOrganizer {
// All of the sorting stuff happens here.
/*
* DEPRECATED: THE FOLLOWING INFOS ARE OUTDATED
* I HAVE REPLACED THE UUID CONNECTION WITH AN ARRAY THAT REFERS TO THE ACTUAL ITEMSTACK
* Thoughts before implementing:
* We create a string from each item that can be sorted.
* We will omit certain parts of the name and put them behind the main name for sorting reasons.
* E.g. ACACIA_LOG -> LOG_ACACIA (so all LOGs are grouped)
* Diamond, Gold, Iron, Stone, Wood does NOT have to be sorted, because they are already alphabetically in the right order
* We identify the ItemStack by its hashcode, which is appended to the sorting string.
*/
JeffChestSortPlugin plugin;