Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PaperMC/Paper
/ getWorld
Method
getWorld
paper-api/src/main/java/org/bukkit/Chunk.java:70–70 ·
view source on GitHub ↗
Gets the world containing this chunk @return Parent World
()
Source
from the content-addressed store, hash-verified
68
* @
return
Parent World
69
*/
70
@NotNull
71
World getWorld();
72
73
/**
Callers
15
register
Method · 0.65
setSpawnLocation
Method · 0.65
hasChangedPosition
Method · 0.65
hasChangedBlock
Method · 0.65
validateLocation
Method · 0.65
setSpawnLocation
Method · 0.65
add
Method · 0.65
subtract
Method · 0.65
distanceSquared
Method · 0.65
getWorld
Method · 0.65
spawn
Method · 0.65
hasReceivers
Method · 0.65
Implementers
1
CraftChunk
paper-server/src/main/java/org/bukkit/
Calls
no outgoing calls
Tested by
1
register
Method · 0.52