public class EntityRabbit.RabbitJumpHelper extends EntityJumpHelper
| Modifier and Type | Field and Description |
|---|---|
private boolean |
field_180068_d |
private EntityRabbit |
theEntity |
isJumping| Constructor and Description |
|---|
RabbitJumpHelper(EntityRabbit rabbit) |
| Modifier and Type | Method and Description |
|---|---|
void |
doJump()
Called to actually make the entity jump if isJumping is true.
|
boolean |
func_180065_d() |
void |
func_180066_a(boolean p_180066_1_) |
boolean |
getIsJumping() |
setJumpingprivate EntityRabbit theEntity
private boolean field_180068_d
public RabbitJumpHelper(EntityRabbit rabbit)
public boolean getIsJumping()
public boolean func_180065_d()
public void func_180066_a(boolean p_180066_1_)
public void doJump()
EntityJumpHelperdoJump in class EntityJumpHelper