Class Rabbit.RabbitMoveControl
java.lang.Object
net.minecraft.world.entity.ai.control.MoveControl
net.minecraft.world.entity.animal.Rabbit.RabbitMoveControl
- All Implemented Interfaces:
- Control
- Enclosing class:
- Rabbit
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.entity.ai.control.MoveControlMoveControl.Operation
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.entity.ai.control.MoveControlMAX_TURN, MIN_SPEED, MIN_SPEED_SQR, mob, operation, speedModifier, strafeForwards, strafeRight, wantedX, wantedY, wantedZ
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetWantedPosition(double p_29769_, double p_29770_, double p_29771_, double p_29772_) voidtick()Methods inherited from class net.minecraft.world.entity.ai.control.MoveControlgetSpeedModifier, getWantedX, getWantedY, getWantedZ, hasWanted, rotlerp, strafe
- 
Field Details- 
rabbit
- 
nextJumpSpeedprivate double nextJumpSpeed
 
- 
- 
Constructor Details- 
RabbitMoveControl
 
- 
- 
Method Details- 
tickpublic void tick()- Overrides:
- tickin class- MoveControl
 
- 
setWantedPositionpublic void setWantedPosition(double p_29769_, double p_29770_, double p_29771_, double p_29772_) - Overrides:
- setWantedPositionin class- MoveControl
 
 
-