Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2022-02-02 11:54:44 -05:00
18 changed files with 158 additions and 58 deletions
@@ -1249,6 +1249,11 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
return self() != other;
}
/**
* Called when this block's config menu is closed
*/
public void onConfigureClosed(){}
/** Returns whether this config menu should show when the specified player taps it. */
public boolean shouldShowConfigure(Player player){
return true;