HousesSection

@Serializable
data class HousesSection(val world: String, val town: String, val status: HouseStatus?, val type: HouseType, val order: HouseOrder, val entries: List<HouseEntry>)(source)

The Houses Section in Tibia.com.

Constructors

Link copied to clipboard
constructor(world: String, town: String, status: HouseStatus?, type: HouseType, order: HouseOrder, entries: List<HouseEntry>)

Properties

Link copied to clipboard

The list of houses matching the provided filters.

Link copied to clipboard

The ordering to use.

Link copied to clipboard

The status filter used for the search, if null, houses of any status will be shown.

Link copied to clipboard

The town of the houses.

Link copied to clipboard

The type of houses to display.

Link copied to clipboard
val url: String

The URL to the Houses section, with the selected filters.

Link copied to clipboard

The world of the houses.