diff --git a/paper-api/src/main/java/org/bukkit/block/Block.java b/paper-api/src/main/java/org/bukkit/block/Block.java index 36fbbeb580..3eba796ce7 100644 --- a/paper-api/src/main/java/org/bukkit/block/Block.java +++ b/paper-api/src/main/java/org/bukkit/block/Block.java @@ -57,6 +57,14 @@ public interface Block { */ Block getRelative(int modX, int modY, int modZ); + /** + * Gets the block at the given offsets + * + * @param face face + * @return Block at the given offsets + */ + Block getRelative(BlockFace face); + /** * Gets the type of this block *