类 Slime.SlimeRandomDirectionGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.monster.Slime.SlimeRandomDirectionGoal
封闭类:
Slime

static class Slime.SlimeRandomDirectionGoal extends Goal
  • 字段详细资料

    • slime

      private final Slime slime
    • chosenDegrees

      private float chosenDegrees
    • nextRandomizeTime

      private int nextRandomizeTime
  • 构造器详细资料

    • SlimeRandomDirectionGoal

      public SlimeRandomDirectionGoal(Slime p_33679_)
  • 方法详细资料

    • canUse

      public boolean canUse()
      指定者:
      canUse 在类中 Goal
    • tick

      public void tick()
      覆盖:
      tick 在类中 Goal