doc: update comment

This commit is contained in:
daoge_cmd
2025-10-10 00:46:55 +08:00
parent d1ad3d04e1
commit 0144200ec9

View File

@@ -66,7 +66,7 @@ public record AllayProtoWorld(AllayServerWorld allayServerWorld, OtherChunkAcces
return new AllayBlockEntity(getBlockEntity(context, x, y, z));
}
// TODO: add this method to allay-api
// TODO: use method in OtherChunkAccessibleContext directly after bumped allay-api version to 0.14.0
private static org.allaymc.api.blockentity.BlockEntity getBlockEntity(OtherChunkAccessibleContext context, int x, int y, int z) {
var currentChunk = context.getCurrentChunk();
var currentChunkX = currentChunk.getX();