Class PathConstraintImpl

java.lang.Object
com.soulfiremc.server.pathfinding.graph.constraint.PathConstraintImpl
All Implemented Interfaces:
PathConstraint

public final class PathConstraintImpl extends Object implements PathConstraint
  • Constructor Details

    • PathConstraintImpl

      public PathConstraintImpl(@Nullable net.minecraft.client.player.LocalPlayer entity, net.minecraft.world.level.LevelHeightAccessor levelHeightAccessor, boolean allowBreakingUndiggable, boolean avoidDiagonalSqueeze, boolean avoidHarmfulEntities, int maxEnemyPenalty, int breakBlockPenalty, int placeBlockPenalty, int expireTimeout, boolean disablePruning)
    • PathConstraintImpl

      public PathConstraintImpl(BotConnection botConnection)
    • PathConstraintImpl

      public PathConstraintImpl(@Nullable net.minecraft.client.player.LocalPlayer entity, net.minecraft.world.level.LevelHeightAccessor levelHeightAccessor, BotSettingsSource settingsSource)
  • Method Details