Skip to content

Commit

Permalink
waypoint work/rework
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Dec 30, 2023
1 parent 1531386 commit edf00fa
Show file tree
Hide file tree
Showing 13 changed files with 435 additions and 1,360 deletions.
6 changes: 3 additions & 3 deletions common/src/main/java/journeymap/client/api/IClientAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,12 @@ void requestMapTile(String modId, ResourceKey<Level> dimension, Context.MapType
/**
* Gets the waypoint by display Id for the modId provided.
*
* @param modId - The modId
* @param displayId - The display ID
* @param modId - The modId
* @param guid - The guid
* @return The waypoint.
*/
@Nullable
Waypoint getWaypoint(final String modId, final String displayId);
Waypoint getWaypoint(final String modId, final String guid);

/**
* Gets all waypoints for the provided modId
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit edf00fa

Please sign in to comment.