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

Method getChunkAt

paper-api/src/main/java/org/bukkit/World.java:274–274  ·  view source on GitHub ↗

Gets the Chunk at the given coordinates @param x X-coordinate of the chunk @param z Z-coordinate of the chunk @return Chunk at the given coordinates

(int x, int z)

Source from the content-addressed store, hash-verified

272 * @return Chunk at the given coordinates
273 */
274 @NotNull
275 public Chunk getChunkAt(int x, int z);
276
277 /**

Callers 5

getChunkMethod · 0.65
getTileEntitiesMethod · 0.65
setBiomeMethod · 0.65
getChunkMethod · 0.65
getChunkMethod · 0.65

Implementers 1

CraftWorldpaper-server/src/main/java/org/bukkit/

Calls

no outgoing calls

Tested by

no test coverage detected