mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Vacuum checking
This commit is contained in:
@@ -187,4 +187,8 @@ public class IrisObjectPlacement
|
|||||||
|
|
||||||
return g.getData().getObjectLoader().load(place.get(random.nextInt(place.size())));
|
return g.getData().getObjectLoader().load(place.get(random.nextInt(place.size())));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isVacuum() {
|
||||||
|
return getMode().equals(ObjectPlaceMode.VACUUM);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user