Uses of Interface
baritone.api.cache.IWaypoint
Packages that use IWaypoint
-
Uses of IWaypoint in baritone.api.cache
Classes in baritone.api.cache that implement IWaypointMethods in baritone.api.cache that return IWaypointModifier and TypeMethodDescriptionIWaypointCollection.getMostRecentByTag(IWaypoint.Tag tag) Gets the most recently created waypoint by the specifiedIWaypoint.TagMethods in baritone.api.cache that return types with arguments of type IWaypointModifier and TypeMethodDescriptionIWaypointCollection.getAllWaypoints()Gets all of the waypoints in this collection, regardless of the tag.IWaypointCollection.getByTag(IWaypoint.Tag tag) Gets all of the waypoints that have the specified tagMethods in baritone.api.cache with parameters of type IWaypointModifier and TypeMethodDescriptionvoidIWaypointCollection.addWaypoint(IWaypoint waypoint) Adds a waypoint to this collectionvoidIWaypointCollection.removeWaypoint(IWaypoint waypoint) Removes a waypoint from this collection -
Uses of IWaypoint in baritone.api.command.datatypes
Methods in baritone.api.command.datatypes that return IWaypointModifier and TypeMethodDescriptionForWaypoints.get(IDatatypeContext ctx) static IWaypoint[]ForWaypoints.getWaypoints(IBaritone baritone) static IWaypoint[]ForWaypoints.getWaypointsByName(IBaritone baritone, String name) static IWaypoint[]ForWaypoints.getWaypointsByTag(IBaritone baritone, IWaypoint.Tag tag)