Class Slime.SlimeRandomDirectionGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.monster.Slime.SlimeRandomDirectionGoal
Enclosing class:
Slime

static class Slime.SlimeRandomDirectionGoal extends Goal
  • Field Details

    • slime

      private final Slime slime
    • chosenDegrees

      private float chosenDegrees
    • nextRandomizeTime

      private int nextRandomizeTime
  • Constructor Details

    • SlimeRandomDirectionGoal

      public SlimeRandomDirectionGoal(Slime p_33679_)
  • Method Details

    • canUse

      public boolean canUse()
      Specified by:
      canUse in class Goal
    • tick

      public void tick()
      Overrides:
      tick in class Goal