Do not allow recursive creation of multiblocks. (#4472)

This commit is contained in:
shartte
2020-07-18 18:00:40 +02:00
committed by GitHub
parent 9ecad8749f
commit d79c0f642c
5 changed files with 94 additions and 31 deletions
@@ -28,5 +28,11 @@ public interface IAECluster {
void destroy();
/**
* @return True if the cluster has been destroyed, but not yet removed from a
* tile entity. Usually true during destruction.
*/
boolean isDestroyed();
Iterator<IGridHost> getTiles();
}