net.minecraft.entity.ai.control

public class MovementControl

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

Field summary

Modifier and TypeField
protected MobEntity
a
field_3440
mob
entity
protected double
b
field_3441
x
posX
protected double
c
field_3442
y
posY
protected double
d
field_3443
z
posZ
protected double
e
field_6836
speed
speed
protected 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 x, double y, double z, double speedIn)
public void
c()
method_2734()
tick()
onUpdateMoveHelper()
protected 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)
public double
d()
method_11003()
getX()
getX()
public double
e()
method_11004()
getY()
getY()
public double
f()
method_11005()
getZ()
getZ()