MCPcopy 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

getChunkMethod · 0.95
getBlockMethod · 0.45
getDataBlockAsyncMethod · 0.45
ChunkPositionMethod · 0.45
loadMethod · 0.45
saveMethod · 0.45
removeMethod · 0.45
loadMethod · 0.45
saveMethod · 0.45
removeMethod · 0.45
onBreakMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected