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

Method getBlock

src/main/java/org/bukkit/Location.java:121–124  ·  view source on GitHub ↗

Gets the block at the represented location @return Block at the represented location

()

Source from the content-addressed store, hash-verified

119 * @return Block at the represented location
120 */
121 @NotNull
122 public Block getBlock() {
123 return getWorld().getBlockAt(this);
124 }
125
126 /**
127 * Sets the x-coordinate of this location

Callers

nothing calls this directly

Calls 2

getWorldMethod · 0.95
getBlockAtMethod · 0.65

Tested by

no test coverage detected