Add witty/stupid comments to a few classes

This commit is contained in:
Electroblob
2018-06-05 21:26:07 +01:00
parent 726a306830
commit dec5b1ac2c
5 changed files with 19 additions and 0 deletions
@@ -12,6 +12,8 @@ import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
/**
* <i>"Never fear, {@code WandHelper} is here!"</i>
* <p>
* Much like {@link net.minecraft.enchantment.EnchantmentHelper EnchantmentHelper}, this class has some static methods
* which allow cleaner and more concise interaction with the wand NBT data, which is quite a complex structure. Such
* interaction previously resulted in rather verbose and repetitive code which was hard to read and even harder to