Miscellaneous cleanup and commenting
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user