Do not allow recursive creation of multiblocks. (#4472)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user