public class EntityJumpHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private EntityLiving |
entity |
protected boolean |
isJumping |
Constructor and Description |
---|
EntityJumpHelper(EntityLiving entityIn) |
Modifier and Type | Method and Description |
---|---|
void |
doJump() |
void |
setJumping() |
private final EntityLiving entity
protected boolean isJumping
public EntityJumpHelper(EntityLiving entityIn)