9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00

Vacuum checking

This commit is contained in:
Daniel Mills
2021-01-11 09:54:08 -05:00
parent 45a7e6a6ea
commit 7fff705897

View File

@@ -187,4 +187,8 @@ public class IrisObjectPlacement
return g.getData().getObjectLoader().load(place.get(random.nextInt(place.size())));
}
public boolean isVacuum() {
return getMode().equals(ObjectPlaceMode.VACUUM);
}
}