Block liquid flow

This commit is contained in:
BuildTools
2015-12-15 18:04:50 +01:00
committed by Olof Larsson
parent 436618324b
commit d7a6ee4ff8
2 changed files with 48 additions and 7 deletions

View File

@@ -65,6 +65,7 @@ public class Board extends Entity<Board> implements BoardInterface
private ConcurrentSkipListMap<PS, TerritoryAccess> map;
public Map<PS, TerritoryAccess> getMap() { return Collections.unmodifiableMap(this.map); }
public Map<PS, TerritoryAccess> getMapRaw() { return this.map; }
// -------------------------------------------- //
// CONSTRUCT