package net.minecraft.world.entity.ai.goal;

enum PathfinderGoalBoat {

    GO_TO_BOAT, GO_IN_BOAT_DIRECTION;

    private PathfinderGoalBoat() {}
}
