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)
| 57 | * @return Block at the given offsets |
| 58 | */ |
| 59 | @NotNull |
| 60 | Block getRelative(int modX, int modY, int modZ); |
| 61 | |
| 62 | /** |
no outgoing calls
no test coverage detected