mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-21 08:11:06 +00:00
doc: update comment
This commit is contained in:
@@ -66,7 +66,7 @@ public record AllayProtoWorld(AllayServerWorld allayServerWorld, OtherChunkAcces
|
|||||||
return new AllayBlockEntity(getBlockEntity(context, x, y, z));
|
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) {
|
private static org.allaymc.api.blockentity.BlockEntity getBlockEntity(OtherChunkAccessibleContext context, int x, int y, int z) {
|
||||||
var currentChunk = context.getCurrentChunk();
|
var currentChunk = context.getCurrentChunk();
|
||||||
var currentChunkX = currentChunk.getX();
|
var currentChunkX = currentChunk.getX();
|
||||||
|
|||||||
Reference in New Issue
Block a user