MCPcopy Create free account
hub / github.com/Teneted/Tenet / getChunk

Method getChunk

src/main/java/org/bukkit/Location.java:111–114  ·  view source on GitHub ↗

Gets the chunk at the represented location @return Chunk at the represented location

()

Source from the content-addressed store, hash-verified

109 * @return Chunk at the represented location
110 */
111 @NotNull
112 public Chunk getChunk() {
113 return getWorld().getChunkAt(this);
114 }
115
116 /**
117 * Gets the block at the represented location

Callers

nothing calls this directly

Calls 2

getWorldMethod · 0.95
getChunkAtMethod · 0.65

Tested by

no test coverage detected