Gets the block at the represented location @return Block at the represented location
()
| 127 | * @return Block at the represented location |
| 128 | */ |
| 129 | @NotNull |
| 130 | public Block getBlock() { |
| 131 | return getWorld().getBlockAt(this); |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Sets the x-coordinate of this location |
nothing calls this directly
no test coverage detected