MCPcopy Create free account
hub / github.com/Teneted/Tenet / clone

Method clone

src/main/java/org/bukkit/Location.java:600–608  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

598 }
599
600 @Override
601 @NotNull
602 public Location clone() {
603 try {
604 return (Location) super.clone();
605 } catch (CloneNotSupportedException e) {
606 throw new Error(e);
607 }
608 }
609
610 /**
611 * Check if each component of this Location is finite.

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected