Uses of Class
baritone.api.utils.BetterBlockPos
Packages that use BetterBlockPos
Package
Description
-
Uses of BetterBlockPos in baritone.api.cache
Methods in baritone.api.cache that return BetterBlockPosModifier and TypeMethodDescriptionIWaypoint.getLocation()Returns the actual block position of this waypoint.Waypoint.getLocation()Constructors in baritone.api.cache with parameters of type BetterBlockPosModifierConstructorDescriptionWaypoint(String name, IWaypoint.Tag tag, BetterBlockPos location) Waypoint(String name, IWaypoint.Tag tag, BetterBlockPos location, long creationTimestamp) Constructor called when a Waypoint is read from disk, adds the creationTimestamp as a parameter so that it is reserved after a waypoint is wrote to the disk. -
Uses of BetterBlockPos in baritone.api.command.datatypes
Methods in baritone.api.command.datatypes that return BetterBlockPosModifier and TypeMethodDescriptionRelativeBlockPos.apply(IDatatypeContext ctx, BetterBlockPos origin) Methods in baritone.api.command.datatypes with parameters of type BetterBlockPosModifier and TypeMethodDescriptionRelativeBlockPos.apply(IDatatypeContext ctx, BetterBlockPos origin) RelativeGoal.apply(IDatatypeContext ctx, BetterBlockPos origin) RelativeGoalBlock.apply(IDatatypeContext ctx, BetterBlockPos origin) RelativeGoalXZ.apply(IDatatypeContext ctx, BetterBlockPos origin) RelativeGoalYLevel.apply(IDatatypeContext ctx, BetterBlockPos origin) -
Uses of BetterBlockPos in baritone.api.pathing.calc
Methods in baritone.api.pathing.calc that return BetterBlockPosModifier and TypeMethodDescriptiondefault BetterBlockPosIPath.getDest()Returns the end position of this path.default BetterBlockPosIPath.getSrc()Returns the start position of this path.Methods in baritone.api.pathing.calc that return types with arguments of type BetterBlockPos -
Uses of BetterBlockPos in baritone.api.pathing.goals
Constructors in baritone.api.pathing.goals with parameters of type BetterBlockPos -
Uses of BetterBlockPos in baritone.api.pathing.movement
Methods in baritone.api.pathing.movement that return BetterBlockPos -
Uses of BetterBlockPos in baritone.api.selection
Methods in baritone.api.selection that return BetterBlockPosModifier and TypeMethodDescriptionISelection.max()ISelection.min()ISelection.pos1()ISelection.pos2()Methods in baritone.api.selection with parameters of type BetterBlockPosModifier and TypeMethodDescriptionISelectionManager.addSelection(BetterBlockPos pos1, BetterBlockPos pos2) Adds a newISelectionconstructed from the given block positions. -
Uses of BetterBlockPos in baritone.api.utils
Fields in baritone.api.utils declared as BetterBlockPosMethods in baritone.api.utils that return BetterBlockPosModifier and TypeMethodDescriptionBetterBlockPos.above()BetterBlockPos.above(int amt) BetterBlockPos.below()BetterBlockPos.below(int amt) static BetterBlockPosBetterBlockPos.deserializeFromLong(long serialized) BetterBlockPos.east()BetterBlockPos.east(int amt) static BetterBlockPosBetterBlockPos.from(net.minecraft.core.BlockPos pos) Like constructor but returns null if pos is null, good if you just need to possibly censor coordinatesBetterBlockPos.north()BetterBlockPos.north(int amt) default BetterBlockPosIPlayerContext.playerFeet()BetterBlockPos.relative(net.minecraft.core.Direction dir) BetterBlockPos.relative(net.minecraft.core.Direction dir, int dist) BetterBlockPos.south()BetterBlockPos.south(int amt) IPlayerContext.viewerPos()BetterBlockPos.west()BetterBlockPos.west(int amt) Methods in baritone.api.utils with parameters of type BetterBlockPosModifier and TypeMethodDescriptiondoubleBetterBlockPos.distanceSq(BetterBlockPos to) doubleBetterBlockPos.distanceTo(BetterBlockPos to) static longBetterBlockPos.longHash(BetterBlockPos pos)