Gets the chunk at the represented location @return Chunk at the represented location
()
| 117 | * @return Chunk at the represented location |
| 118 | */ |
| 119 | @NotNull |
| 120 | public Chunk getChunk() { |
| 121 | return getWorld().getChunkAt(this); |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * Gets the block at the represented location |
nothing calls this directly
no test coverage detected