mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Piece fixes
This commit is contained in:
@@ -91,4 +91,8 @@ public class PlannedPiece {
|
||||
{
|
||||
return this.position.add(position);
|
||||
}
|
||||
|
||||
public boolean isFull() {
|
||||
return connected.size() >= piece.getConnectors().size();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user