类 Ghast.GhastMoveControl

java.lang.Object
net.minecraft.world.entity.ai.control.MoveControl
net.minecraft.world.entity.monster.Ghast.GhastMoveControl
所有已实现的接口:
Control
封闭类:
Ghast

static class Ghast.GhastMoveControl extends MoveControl
  • 字段详细资料

    • ghast

      private final Ghast ghast
    • floatDuration

      private int floatDuration
  • 构造器详细资料

    • GhastMoveControl

      public GhastMoveControl(Ghast p_32768_)
  • 方法详细资料

    • tick

      public void tick()
      覆盖:
      tick 在类中 MoveControl
    • canReach

      private boolean canReach(Vec3 p_32771_, int p_32772_)