MCPcopy Create free account
hub / github.com/boxbeam/RedLib / toString

Method toString

src/redempt/redlib/region/SpheroidRegion.java:437–440  ·  view source on GitHub ↗

@return A String representation of this SpheroidRegion which can later be deserialized with SpheroidRegion#fromString(String)

()

Source from the content-addressed store, hash-verified

435 * @return A String representation of this SpheroidRegion which can later be deserialized with {@link SpheroidRegion#fromString(String)}
436 */
437 @Override
438 public String toString() {
439 return LocationUtils.toString(center) + "-" + xRad + " " + yRad + " " + zRad;
440 }
441
442 /**
443 * Deserializes a SpheroidRegion serialized with {@link SpheroidRegion#toString()}

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected