Miscellaneous cleanup and commenting

This commit is contained in:
Electroblob
2018-06-20 23:28:56 +01:00
parent 29261082f1
commit 106148fd9e
7 changed files with 24 additions and 22 deletions
@@ -17,8 +17,7 @@ import net.minecraftforge.fml.relauncher.SideOnly;
public class EntityMeteor extends EntityFallingBlock {
/**
* The entity blast multiplier. Only some projectiles cause a blast, which is why this isn't in
* EntityMagicProjectile.
* The entity blast multiplier.
*/
public float blastMultiplier;
@@ -134,7 +134,7 @@ public class EntityWizard extends EntityCreature implements INpc, IMerchant, ISp
this.tasks.addTask(0, new EntityAISwimming(this));
// Why would you go to the effort of making the IMerchant interface and then have the AI classes only accept
// EntityVillager? N
// EntityVillager?
this.tasks.addTask(1, new EntityAITradePlayer(this));
this.tasks.addTask(1, new EntityAILookAtTradePlayer(this));
this.tasks.addTask(4, new EntityAIRestrictOpenDoor(this));