Class Enderman.EndermanTakeBlockGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.monster.Enderman.EndermanTakeBlockGoal
Enclosing class:
Enderman

private static class Enderman.EndermanTakeBlockGoal extends Goal
  • Field Details

    • enderman

      private final Enderman enderman
  • Constructor Details

    • EndermanTakeBlockGoal

      public EndermanTakeBlockGoal(Enderman enderman)
  • Method Details

    • canUse

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

      public void tick()
      Overrides:
      tick in class Goal