Class Drowned.DrownedMoveControl
java.lang.Object
net.minecraft.world.entity.ai.control.MoveControl
net.minecraft.world.entity.monster.Drowned.DrownedMoveControl
- All Implemented Interfaces:
 Control
- Enclosing class:
 - Drowned
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.entity.ai.control.MoveControl
MoveControl.Operation - 
Field Summary
FieldsFields inherited from class net.minecraft.world.entity.ai.control.MoveControl
MAX_TURN, MIN_SPEED, MIN_SPEED_SQR, mob, operation, speedModifier, strafeForwards, strafeRight, wantedX, wantedY, wantedZ - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.control.MoveControl
getSpeedModifier, getWantedX, getWantedY, getWantedZ, hasWanted, rotlerp, setWantedPosition, strafe 
- 
Field Details
- 
drowned
 
 - 
 - 
Constructor Details
- 
DrownedMoveControl
 
 - 
 - 
Method Details
- 
tick
public void tick()- Overrides:
 tickin classMoveControl
 
 -