Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
x
Method · 0.95
y
Method · 0.95
z
Method · 0.95
getYaw
Method · 0.95
getPitch
Method · 0.95
Tested by
no test coverage detected