Class PathfinderTradePlayer

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

public final class PathfinderTradePlayer extends Pathfinder
Represents the Pathfinder for the logic of any Villager to trade with a Player
  • Constructor Details

    • PathfinderTradePlayer

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