public class EntityJumpHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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() |
public EntityJumpHelper(EntityLiving entityIn)