@return The Block the data is attached to
()
| 50 | * @return The Block the data is attached to |
| 51 | */ |
| 52 | public Block getBlock() { |
| 53 | return Bukkit.getWorld(world).getBlockAt(block.getX(), block.getY(), block.getZ()); |
| 54 | } |
| 55 | |
| 56 | protected ChunkPosition getChunkPosition() { |
| 57 | return new ChunkPosition(block, world); |
no test coverage detected