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

Method getBlockAt

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

Gets the Block at the given coordinates @param x X-coordinate of the block @param y Y-coordinate of the block @param z Z-coordinate of the block @return Block at the given coordinates

(int x, int y, int z)

Source from the content-addressed store, hash-verified

164 * @return Block at the given coordinates
165 */
166 @NotNull
167 public Block getBlockAt(int x, int y, int z);
168
169 /**

Callers 6

getBlockMethod · 0.65
canSpawnMethod · 0.65
BlockIteratorMethod · 0.65
BlockPhysicsEventMethod · 0.65
getBlockTypeIdAtMethod · 0.65
getRelativeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected