You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NbtWorld world = NbtWorld.Open(path);
var chunkManager = world.GetChunkManager();
foreach (var chunk in chunkManager) {
foreach (var tileEntity in chunk.TileEntities) {
// do xxx
}
}
The text was updated successfully, but these errors were encountered:
For example, the following code:
The text was updated successfully, but these errors were encountered: