类 Rabbit.RabbitJumpControl
java.lang.Object
net.minecraft.world.entity.ai.control.JumpControl
net.minecraft.world.entity.animal.Rabbit.RabbitJumpControl
- 所有已实现的接口:
Control
- 封闭类:
Rabbit
-
字段概要
字段从类继承的字段 net.minecraft.world.entity.ai.control.JumpControl
jump
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.world.entity.ai.control.JumpControl
jump
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.entity.ai.control.Control
rotateTowards
-
字段详细资料
-
rabbit
-
canJump
private boolean canJump
-
-
构造器详细资料
-
RabbitJumpControl
-
-
方法详细资料
-
wantJump
public boolean wantJump() -
canJump
public boolean canJump() -
setCanJump
public void setCanJump(boolean p_29759_) -
tick
public void tick()- 覆盖:
tick
在类中JumpControl
-