|
terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Public Member Functions | |
| static HouseBuilder | CreateBuilder (Point origin, StructureMap structures) |
Static Private Member Functions | |
| static List< Rectangle > | CreateRooms (Point origin) |
| static Rectangle | FindRoom (Point origin) |
| static double | GetRoomSolidPrecentage (Rectangle room) |
| static int | SortBiomeResults (Tuple< HouseType, int > item1, Tuple< HouseType, int > item2) |
| static bool | AreRoomLocationsValid (IEnumerable< Rectangle > rooms) |
| static HouseType | GetHouseType (IEnumerable< Rectangle > rooms) |
| static bool | AreRoomsValid (IEnumerable< Rectangle > rooms, StructureMap structures, HouseType style) |
| static | HouseUtils () |
Static Private Attributes | |
| static readonly bool[] | BlacklistedTiles |
| static readonly bool[] | BeelistedTiles |
Definition at line 10 of file HouseUtils.cs.