Package net.minecraft
Class class_5757
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.class_5757
- Direct Known Subclasses:
class_5762.class_5765
public class class_5757 extends MoveControl
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.control.MoveControl
MoveControl.State
-
Field Summary
Fields Modifier and Type Field Description private int
field_28319
private int
field_28320
private float
field_28321
private float
field_28322
private boolean
field_28323
Fields inherited from class net.minecraft.entity.ai.control.MoveControl
entity, forwardMovement, sidewaysMovement, speed, state, targetX, targetY, targetZ
-
Constructor Summary
Constructors Constructor Description class_5757(MobEntity mobEntity, int int2, int int3, float float2, float float3, boolean bool)
-
Method Summary
Modifier and Type Method Description void
tick()
Methods inherited from class net.minecraft.entity.ai.control.MoveControl
changeAngle, getSpeed, getTargetX, getTargetY, getTargetZ, isMoving, moveTo, strafeTo
-
Field Details
-
field_28319
private final int field_28319 -
field_28320
private final int field_28320 -
field_28321
private final float field_28321 -
field_28322
private final float field_28322 -
field_28323
private final boolean field_28323
-
-
Constructor Details
-
class_5757
public class_5757(MobEntity mobEntity, int int2, int int3, float float2, float float3, boolean bool)
-
-
Method Details
-
tick
public void tick()- Overrides:
tick
in classMoveControl
-