|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Terraria.GameContent.Biomes.CaveHouse.HouseUtils: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 14 of file HouseUtils.cs.