net.minecraft.entity.ai.control

public class MovementControl

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

Field summary

Modifier and TypeField
protected final 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 float
f
field_14568
strafeForward
moveForward
protected float
g
field_14569
strafeRight
moveStrafe
protected MovementControl$Operation
h
field_14570
operation
action

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
a(float arg0, float arg1)
method_13094(float arg0, float arg1)
strafe(float forward, float right)
strafe(float forward, float strafe)
public void
a(sy arg0)
method_13095(class_884 arg0)
set(MovementControl control)
read(EntityMoveHelper that)
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()