New base parts

This commit is contained in:
Anuken
2020-09-08 15:46:24 -04:00
parent 905f1608de
commit ef617b7fd2
30 changed files with 45 additions and 8 deletions

View File

@@ -326,7 +326,7 @@ public class Tile implements Position, QuadTreeObject, Displayable{
setOverlay(content.block(ore));
}
public void setOverlay(Block block){
public void setOverlay(@NonNull Block block){
this.overlay = (Floor)block;
recache();