Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boxbeam/RedLib
/ getWorld
Method
getWorld
src/redempt/redlib/blockdata/ChunkPosition.java:73–75 ·
view source on GitHub ↗
@return The world this ChunkPosition is in
()
Source
from the content-addressed store, hash-verified
71
* @
return
The world this ChunkPosition is in
72
*/
73
public
World getWorld() {
74
return
Bukkit.getWorld(world);
75
}
76
77
/**
78
* @
return
The name of the world this ChunkPosition is in
Callers
11
getChunk
Method · 0.95
getBlock
Method · 0.45
getDataBlockAsync
Method · 0.45
ChunkPosition
Method · 0.45
load
Method · 0.45
save
Method · 0.45
remove
Method · 0.45
load
Method · 0.45
save
Method · 0.45
remove
Method · 0.45
onBreak
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected