Updated map editor with better placement preview

This commit is contained in:
Anuken
2018-05-19 11:53:01 -07:00
parent 100e5042de
commit e8305d1245
4 changed files with 46 additions and 13 deletions
@@ -316,7 +316,7 @@ public class Player extends Unit implements BlockPlacer{
return control.input(playerIndex).canShoot() && control.input(playerIndex).isShooting() && inventory.hasAmmo();
}
public Iterable<PlaceRequest> getPlaceQueue(){
public Queue<PlaceRequest> getPlaceQueue(){
return placeQueue;
}