MCPcopy Index your code
hub / github.com/PaperMC/Paper / clone

Method clone

paper-api/src/main/java/org/bukkit/Location.java:1151–1159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1149 }
1150
1151 @Override
1152 @NotNull
1153 public Location clone() {
1154 try {
1155 return (Location) super.clone();
1156 } catch (CloneNotSupportedException e) {
1157 throw new Error(e);
1158 }
1159 }
1160
1161 /**
1162 * Check if each component of this Location is finite.

Callers 4

toBlockLocationMethod · 0.95
toCenterLocationMethod · 0.95
toHighestLocationMethod · 0.95
getSuggestionsMethod · 0.95

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected