Miscellaneous cleanup and commenting

This commit is contained in:
Electroblob
2018-06-24 16:08:28 +01:00
parent 76473f7185
commit 55ae4b1161
13 changed files with 35 additions and 14 deletions
@@ -260,7 +260,8 @@ public final class WandHelper {
/**
* Applies the given upgrade to the given wand, or in other words increases the level for that upgrade by 1. This
* does <b>not</b> account for the individual or total upgrade stack limits.
* does <b>not</b> account for the individual or total upgrade stack limits or any special behaviour; it only deals
* with the NBT data.
*/
public static void applyUpgrade(ItemStack wand, Item upgrade){