TextSetting (#6503)
* tile tile * > Called right after load() * TextSetting * nvm I change the doc instead * Fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user