类 SmoothSwimmingLookControl
java.lang.Object
net.minecraft.world.entity.ai.control.LookControl
net.minecraft.world.entity.ai.control.SmoothSwimmingLookControl
- 所有已实现的接口:
Control
- 直接已知子类:
Axolotl.AxolotlLookControl
-
字段概要
字段修饰符和类型字段说明private static final int
private static final int
private final int
从类继承的字段 net.minecraft.world.entity.ai.control.LookControl
lookAtCooldown, mob, wantedX, wantedY, wantedZ, xMaxRotAngle, yMaxRotSpeed
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.world.entity.ai.control.LookControl
clampHeadRotationToBody, getWantedX, getWantedY, getWantedZ, getXRotD, getYRotD, isLookingAtTarget, resetXRotOnTick, setLookAt, setLookAt, setLookAt, setLookAt, setLookAt
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.entity.ai.control.Control
rotateTowards
-
字段详细资料
-
maxYRotFromCenter
private final int maxYRotFromCenter -
HEAD_TILT_X
private static final int HEAD_TILT_X- 另请参阅:
-
HEAD_TILT_Y
private static final int HEAD_TILT_Y- 另请参阅:
-
-
构造器详细资料
-
SmoothSwimmingLookControl
-
-
方法详细资料
-
tick
public void tick()- 覆盖:
tick
在类中LookControl
-