This commit is contained in:
Anuken
2020-10-26 16:54:47 -04:00
parent 909da9de3c
commit 8d7f96bf00
4 changed files with 8 additions and 3 deletions

View File

@@ -54,6 +54,11 @@ public class MapGenerateDialog extends BaseDialog{
protected void changeBuild(Team team, Prov<Building> entityprov, int rotation){
}
@Override
public void setBlock(Block type, Team team, int rotation, Prov<Building> entityprov){
this.block = type;
}
};
/** @param applied whether or not to use the applied in-game mode. */