Uses of Class
net.citizensnpcs.trait.waypoint.Waypoint
Packages that use Waypoint
-
Uses of Waypoint in net.citizensnpcs.trait.waypoint
Methods in net.citizensnpcs.trait.waypoint that return WaypointModifier and TypeMethodDescriptionLinearWaypointProvider.getCurrentWaypoint()
WaypointEditor.getCurrentWaypoint()
Methods in net.citizensnpcs.trait.waypoint that return types with arguments of type WaypointModifier and TypeMethodDescriptionLinearWaypointsCompleteEvent.getNextWaypoints()
GuidedWaypointProvider.waypoints()
Returns destination and guide waypoints.LinearWaypointProvider.waypoints()
Returns the modifiable list of waypoints.WaypointProvider.EnumerableWaypointProvider.waypoints()
Methods in net.citizensnpcs.trait.waypoint with parameters of type WaypointModifier and TypeMethodDescriptionvoid
GuidedWaypointProvider.addDestination
(Waypoint waypoint) void
void
LinearWaypointProvider.addWaypoint
(Waypoint waypoint) double
Returns the distance in blocks to another waypoint.Method parameters in net.citizensnpcs.trait.waypoint with type arguments of type WaypointModifier and TypeMethodDescriptionvoid
GuidedWaypointProvider.addDestinations
(Collection<Waypoint> waypoint) void
GuidedWaypointProvider.addGuides
(Collection<Waypoint> helper) void
LinearWaypointsCompleteEvent.setNextWaypoints
(Iterator<Waypoint> waypoints) Constructor parameters in net.citizensnpcs.trait.waypoint with type arguments of type WaypointModifierConstructorDescriptionLinearWaypointsCompleteEvent
(WaypointProvider provider, Iterator<Waypoint> next)