类 Ghast.GhastMoveControl
java.lang.Object
net.minecraft.world.entity.ai.control.MoveControl
net.minecraft.world.entity.monster.Ghast.GhastMoveControl
- 所有已实现的接口:
Control
- 封闭类:
Ghast
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.entity.ai.control.MoveControl
MoveControl.Operation
-
字段概要
字段从类继承的字段 net.minecraft.world.entity.ai.control.MoveControl
MAX_TURN, MIN_SPEED, MIN_SPEED_SQR, mob, operation, speedModifier, strafeForwards, strafeRight, wantedX, wantedY, wantedZ
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private boolean
blockTraversalPossible
(BlockGetter p_419713_, Vec3 p_422066_, Vec3 p_421561_, BlockPos p_419924_, boolean p_419936_, boolean p_419980_) private boolean
void
tick()
从类继承的方法 net.minecraft.world.entity.ai.control.MoveControl
getSpeedModifier, getWantedX, getWantedY, getWantedZ, hasWanted, rotlerp, setWait, setWantedPosition, strafe
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.entity.ai.control.Control
rotateTowards
-
字段详细资料
-
ghast
-
floatDuration
private int floatDuration -
careful
private final boolean careful -
shouldBeStopped
-
-
构造器详细资料
-
GhastMoveControl
-
-
方法详细资料
-
tick
public void tick()- 覆盖:
tick
在类中MoveControl
-
canReach
-
blockTraversalPossible
private boolean blockTraversalPossible(BlockGetter p_419713_, @Nullable Vec3 p_422066_, @Nullable Vec3 p_421561_, BlockPos p_419924_, boolean p_419936_, boolean p_419980_)
-