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

Method toLocation

paper-api/src/main/java/org/bukkit/Location.java:1290–1293  ·  view source on GitHub ↗
(@NotNull World world)

Source from the content-addressed store, hash-verified

1288 }
1289
1290 @Override
1291 public @NotNull Location toLocation(@NotNull World world) {
1292 return new Location(world, this.x(), this.y(), this.z(), this.getYaw(), this.getPitch());
1293 }
1294}

Callers

nothing calls this directly

Calls 5

xMethod · 0.95
yMethod · 0.95
zMethod · 0.95
getYawMethod · 0.95
getPitchMethod · 0.95

Tested by

no test coverage detected