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()
Called to actually make the entity jump if isJumping is true.
|
void |
setJumping() |
private EntityLiving entity
protected boolean isJumping
public EntityJumpHelper(EntityLiving entityIn)