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

Method getBlockAt

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

49 * @return Block at the given coordinates
50 */
51 @NotNull
52 public Block getBlockAt(int x, int y, int z);
53
54 /**

Callers 15

getBlockMethod · 0.65
canSpawnMethod · 0.65
getTileEntitiesMethod · 0.65
getBlockTypeIdAtMethod · 0.65
getBlockMethod · 0.65
getBlockStateMethod · 0.65
getTreeBlockStateMethod · 0.65
getRelativeMethod · 0.65
getBlockStateMethod · 0.65
fromNMSMethod · 0.65
handleBlockGrowEventMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected