mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Vacuum checking
This commit is contained in:
parent
45a7e6a6ea
commit
7fff705897
@ -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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user