MCPcopy Index your code
hub / github.com/PaperMC/Paper / getChunk

Method getChunk

paper-api/src/main/java/org/bukkit/Location.java:119–122  ·  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

117 * @return Chunk at the represented location
118 */
119 @NotNull
120 public Chunk getChunk() {
121 return getWorld().getChunkAt(this);
122 }
123
124 /**
125 * 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