Gets the block at the represented location @return Block at the represented location
()
| 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 |
nothing calls this directly
no test coverage detected