Class EndermanEntity.PickUpBlockGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.EndermanEntity.PickUpBlockGoal
Enclosing class:
EndermanEntity

static class EndermanEntity.PickUpBlockGoal
extends Goal
  • Field Details

  • Constructor Details

    • PickUpBlockGoal

      public PickUpBlockGoal​(EndermanEntity enderman)
  • Method Details

    • canStart

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

      public void tick()
      Overrides:
      tick in class Goal