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

Method getChunkAt

src/main/java/org/bukkit/World.java:159–159  ·  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

157 * @return Chunk at the given coordinates
158 */
159 @NotNull
160 public Chunk getChunkAt(int x, int z);
161
162 /**

Callers 7

onPlaceItemIntoWorldMethod · 0.95
getChunkMethod · 0.65
getEntitiesMethod · 0.65
getTileEntitiesMethod · 0.65
setBiomeMethod · 0.65
getChunkMethod · 0.65
getChunkMethod · 0.65

Implementers 1

CraftWorldsrc/main/java/org/bukkit/craftbukkit/v

Calls

no outgoing calls

Tested by

no test coverage detected