类 Fox.FoxLookControl
java.lang.Object
net.minecraft.world.entity.ai.control.LookControl
net.minecraft.world.entity.animal.Fox.FoxLookControl
- 所有已实现的接口:
Control
- 封闭类:
Fox
-
字段概要
从类继承的字段 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, 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
-
构造器详细资料
-
FoxLookControl
public FoxLookControl()
-
-
方法详细资料
-
tick
public void tick()- 覆盖:
tick
在类中LookControl
-
resetXRotOnTick
protected boolean resetXRotOnTick()- 覆盖:
resetXRotOnTick
在类中LookControl
-