TextSetting (#6503)

* tile

tile

* > Called right after load()

* TextSetting

* nvm I change the doc instead

* Fixes
This commit is contained in:
Weathercold
2022-01-18 22:26:24 -05:00
committed by GitHub
parent 3311e40906
commit 4a05c9547a
4 changed files with 92 additions and 7 deletions

View File

@@ -395,7 +395,7 @@ public class Block extends UnlockableContent{
return hasItems;
}
/** Returns whether or not this block can be place on the specified */
/** @return whether or not this block can be placed on the specified tile. */
public boolean canPlaceOn(Tile tile, Team team, int rotation){
return canPlaceOn(tile, team);
}