History - net.minecraft.entity.ai.control.MoveControl
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.world.entity.ai.control.MoveControl
net.minecraft.class_1335
net.minecraft.entity.ai.control.MoveControl
Fields
float: MIN_SPEED, field_30197, field_30197
float: MIN_SPEED_SQR, field_30198, REACHED_DESTINATION_DISTANCE_SQUARED
int: MAX_TURN, field_30199, field_30199
MobEntity: mob, field_6371, entity
double: wantedX, field_6370, targetX
double: wantedY, field_6369, targetY
double: wantedZ, field_6367, targetZ
double: speedModifier, field_6372, speed
float: strafeForwards, field_6368, forwardMovement
float: strafeRight, field_6373, sidewaysMovement
MoveControl$State: operation, field_6374, state
Constructors
Methods
boolean (): hasWanted, method_6241, isMoving
double (): getSpeedModifier, method_6242, getSpeed
void (double, double, double, double): setWantedPosition, method_6239, moveTo
void (float, float): strafe, method_6243, strafeTo
void (): tick, method_6240, tick
boolean (float, float): isWalkable, method_25946, isPosWalkable
float (float, float, float): rotlerp, method_6238, wrapDegrees
double (): getWantedX, method_6236, getTargetX
double (): getWantedY, method_6235, getTargetY
double (): getWantedZ, method_6237, getTargetZ
void (): setWait, method_70683, setWaiting