Gets the chunk at the represented location @return Chunk at the represented location
()
| 109 | * @return Chunk at the represented location |
| 110 | */ |
| 111 | @NotNull |
| 112 | public Chunk getChunk() { |
| 113 | return getWorld().getChunkAt(this); |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Gets the block at the represented location |
nothing calls this directly
no test coverage detected