net.minecraft.entity.ai.control

public class MovementControl

tv
net.minecraft.class_884
net.minecraft.entity.ai.control.MovementControl
net.minecraft.entity.ai.EntityMoveHelper

Field summary

Modifier and TypeField
private MobEntity
a
field_3440
mob
entity
private double
b
field_3441
x
posX
private double
c
field_3442
y
posY
private double
d
field_3443
z
posZ
private double
e
field_6836
speed
speed
private boolean
f
field_3445
moving
update

Constructor summary

ModifierConstructor
public (MobEntity mob)

Method summary

Modifier and TypeMethod
public boolean
a()
method_2730()
isMoving()
isUpdating()
public double
b()
method_2733()
getSpeed()
getSpeed()
public void
a(double arg0, double arg1, double arg2, double arg3)
method_2731(double arg0, double arg1, double arg2, double arg3)
update(double x, double y, double z, double speed)
setMoveTo(double arg0, double arg1, double arg2, double arg3)
public void
c()
method_2734()
tick()
onUpdateMoveHelper()
private float
a(float arg0, float arg1, float arg2)
method_2732(float arg0, float arg1, float arg2)
clampAndWrapAngle(float yaw1, float yaw2, float maxOffset)
limitAngle(float arg0, float arg1, float arg2)