Terraria v1.4.4.9
Terraria source code documentation
|
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 Private Attributes | |
static readonly bool[] | BlacklistedTiles = TileID.Sets.Factory.CreateBoolSet(true, 225, 41, 43, 44, 226, 203, 112, 25, 151, 21, 467) |
static readonly bool[] | BeelistedTiles = TileID.Sets.Factory.CreateBoolSet(true, 41, 43, 44, 226, 203, 112, 25, 151, 21, 467) |
Definition at line 9 of file HouseUtils.cs.