net.minecraft.entity.ai
Class EntityJumpHelper

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

public class EntityJumpHelper
extends Object


Constructor Summary
EntityJumpHelper(EntityLiving par1EntityLiving)
           
 
Method Summary
 void doJump()
          Called to actually make the entity jump if isJumping is true.
 void setJumping()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityJumpHelper

public EntityJumpHelper(EntityLiving par1EntityLiving)
Method Detail

setJumping

public void setJumping()

doJump

public void doJump()
Called to actually make the entity jump if isJumping is true.