net.minecraft.entity.ai
Class EntityMoveHelper

java.lang.Object
  extended by net.minecraft.entity.ai.EntityMoveHelper

public class EntityMoveHelper
extends Object


Constructor Summary
EntityMoveHelper(EntityLiving par1EntityLiving)
           
 
Method Summary
 boolean func_75640_a()
           
 float getSpeed()
           
 void onUpdateMoveHelper()
           
 void setMoveTo(double par1, double par3, double par5, float par7)
          Sets the speed and location to move to
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityMoveHelper

public EntityMoveHelper(EntityLiving par1EntityLiving)
Method Detail

func_75640_a

public boolean func_75640_a()

getSpeed

public float getSpeed()

setMoveTo

public void setMoveTo(double par1,
                      double par3,
                      double par5,
                      float par7)
Sets the speed and location to move to


onUpdateMoveHelper

public void onUpdateMoveHelper()