Skip to content

Commit

Permalink
waypoint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Jul 8, 2024
1 parent edf6f80 commit b1f7cfa
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,23 @@

public interface Waypoint
{
/**
* Non-unique id that is a comibination of modId and waypoint position.
*/
String getId();

/**
* Unique Id for each waypoint, will not change.
*/
String getGuid();

/**
* Unique id of the group this waypoint belongs to.
*/
String getGroupId();

String getModId();

String getName();

void setName(String name);
Expand Down

0 comments on commit b1f7cfa

Please sign in to comment.