MCPcopy Create free account
hub / github.com/cabaletta/baritone / toString

Method toString

src/api/java/baritone/api/cache/Waypoint.java:81–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 @Override
82 public String toString() {
83 return String.format(
84 "%s %s %s",
85 name,
86 BetterBlockPos.from(location).toString(),
87 new Date(creationTimestamp).toString()
88 );
89 }
90
91 @Override
92 public boolean equals(Object o) {

Callers

nothing calls this directly

Calls 3

fromMethod · 0.95
formatMethod · 0.80
toStringMethod · 0.65

Tested by

no test coverage detected