diff --git a/src/main/java/net/knarcraft/stargate/BlockLocation.java b/src/main/java/net/knarcraft/stargate/BlockLocation.java index 8ad6fb6..e8f969b 100644 --- a/src/main/java/net/knarcraft/stargate/BlockLocation.java +++ b/src/main/java/net/knarcraft/stargate/BlockLocation.java @@ -141,14 +141,6 @@ public class BlockLocation extends Location { return this.getBlock().getType(); } - /** - * Gets the block at this location - * @return

The block at this location

- */ - public Block getBlock() { - return this.getBlock(); - } - /** * Gets the location representing this block location * @return

The location representing this block location