From 682f3c0e95966c39b3d135fc6364f891f3dfb30a Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 5 Oct 2025 08:43:52 +0330 Subject: add Client::query_entity --- azalea-world/src/chunk_storage.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-world/src') diff --git a/azalea-world/src/chunk_storage.rs b/azalea-world/src/chunk_storage.rs index 2efd002d..d38c5ef9 100644 --- a/azalea-world/src/chunk_storage.rs +++ b/azalea-world/src/chunk_storage.rs @@ -404,6 +404,7 @@ impl Chunk { } } + /// Get the biome at the given position, or `None` if it's out of bounds. pub fn get_biome(&self, pos: ChunkBiomePos, min_y: i32) -> Option { if pos.y < min_y { // y position is out of bounds -- cgit v1.2.3