Class AbstractCubeMob.CubeMobKeepOnJumpingGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.monster.cubemob.AbstractCubeMob.CubeMobKeepOnJumpingGoal
Enclosing class:
AbstractCubeMob

private static class AbstractCubeMob.CubeMobKeepOnJumpingGoal extends Goal
  • Field Details

  • Constructor Details

    • CubeMobKeepOnJumpingGoal

      public CubeMobKeepOnJumpingGoal(AbstractCubeMob mob)
  • Method Details

    • canUse

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

      public void tick()
      Overrides:
      tick in class Goal