net.minecraft.entity.ai.control

public class MovementControl

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

Field summary

Modifier and TypeField
protected final MobEntity
a
field_3440
mob
field_75648_a
entity
protected double
b
field_3441
x
field_75646_b
posX
protected double
c
field_3442
y
field_75647_c
posY
protected double
d
field_3443
z
field_75644_d
posZ
protected double
e
field_6836
speed
field_75645_e
speed
protected float
f
field_14568
strafeForward
field_188489_f
moveForward
protected float
g
field_14569
strafeRight
field_188490_g
moveStrafe
public MovementControl$Operation
h
field_14570
operation
field_188491_h
action

Constructor summary

ModifierConstructor
public (MobEntity mob)

Method summary

Modifier and TypeMethod
public boolean
b()
method_2730()
isMoving()
func_75640_a()
isUpdating()
public double
c()
method_2733()
getSpeed()
func_75638_b()
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)
func_75642_a(double arg0, double arg1, double arg2, double arg3)
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)
func_188488_a(float arg0, float arg1)
strafe(float forward, float strafe)
public void
a(wq arg0)
method_13095(class_884 arg0)
set(MovementControl control)
func_188487_a(EntityMoveHelper arg0)
read(EntityMoveHelper that)
public void
a()
method_2734()
tick()
func_75641_c()
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)
func_75639_a(float arg0, float arg1, float arg2)
limitAngle(float sourceAngle, float targetAngle, float maximumChange)
public double
d()
method_11003()
getX()
func_179917_d()
getX()
public double
e()
method_11004()
getY()
func_179919_e()
getY()
public double
f()
method_11005()
getZ()
func_179918_f()
getZ()