package net.minecraft.server;

enum PathfinderGoalBoat {

    GO_TO_BOAT, GO_IN_BOAT_DIRECTION;

    private PathfinderGoalBoat() {}
}
