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

Method getRelative

src/main/java/org/bukkit/block/Block.java:59–59  ·  view source on GitHub ↗

Gets the block at the given offsets @param modX X-coordinate offset @param modY Y-coordinate offset @param modZ Z-coordinate offset @return Block at the given offsets

(int modX, int modY, int modZ)

Source from the content-addressed store, hash-verified

57 * @return Block at the given offsets
58 */
59 @NotNull
60 Block getRelative(int modX, int modY, int modZ);
61
62 /**

Callers 6

BlockIteratorMethod · 0.95
scanMethod · 0.65
PlayerBucketEventMethod · 0.65
getBlocksMethod · 0.65
getRetractLocationMethod · 0.65
getToBlockMethod · 0.65

Implementers 1

CraftBlocksrc/main/java/org/bukkit/craftbukkit/v

Calls

no outgoing calls

Tested by

no test coverage detected