Uses of Enum Class
baritone.api.cache.IWaypoint.Tag
Packages that use IWaypoint.Tag
-
Uses of IWaypoint.Tag in baritone.api.cache
Methods in baritone.api.cache that return IWaypoint.TagModifier and TypeMethodDescriptionstatic IWaypoint.TagGets a tag by one of its names.IWaypoint.getTag()Returns the tag for this waypoint.Waypoint.getTag()static IWaypoint.TagReturns the enum constant of this class with the specified name.static IWaypoint.Tag[]IWaypoint.Tag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in baritone.api.cache with parameters of type IWaypoint.TagModifier and TypeMethodDescriptionIWaypointCollection.getByTag(IWaypoint.Tag tag) Gets all of the waypoints that have the specified tagIWaypointCollection.getMostRecentByTag(IWaypoint.Tag tag) Gets the most recently created waypoint by the specifiedIWaypoint.TagConstructors in baritone.api.cache with parameters of type IWaypoint.TagModifierConstructorDescriptionWaypoint(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 IWaypoint.Tag in baritone.api.command.datatypes
Methods in baritone.api.command.datatypes with parameters of type IWaypoint.TagModifier and TypeMethodDescriptionstatic IWaypoint[]ForWaypoints.getWaypointsByTag(IBaritone baritone, IWaypoint.Tag tag)