Class PathfinderEatTile

java.lang.Object
me.gamercoder215.mobchip.ai.goal.Pathfinder
me.gamercoder215.mobchip.ai.goal.PathfinderEatTile
All Implemented Interfaces:
PathfinderInfo

public final class PathfinderEatTile extends Pathfinder
Represents a Pathfinder for a Mob to eat a tile
  • Constructor Details

    • PathfinderEatTile

      public PathfinderEatTile(@NotNull @NotNull Mob m)
      Constructs a PathfinderEatTile.
      Parameters:
      m - Mob to use
  • Method Details