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
@@ -13,7 +13,7 @@ public class EntityMagicMissile extends EntityMagicArrow {
super(world);
}
@Override public double getDamage(){ return 4.0d; }
@Override public double getDamage(){ return 4; }
@Override public boolean doGravity(){ return false; }