Uses of Class
games.stendhal.server.entity.mapstuff.portal.HousePortal
-
Uses of HousePortal in games.stendhal.server.maps.quests.houses
Modifier and TypeMethodDescriptionprotected static HousePortal
HouseUtilities.getHousePortal(int houseNumber)
Find a portal corresponding to a house number.protected static HousePortal
HouseUtilities.getPlayersHouse(Player player)
Get the house owned by a player.Modifier and TypeMethodDescriptionprotected static List<HousePortal>
HouseUtilities.getHousePortals()
Get a list of all house portals available to players.Modifier and TypeMethodDescriptionprotected static StoredChest
HouseUtilities.findChest(HousePortal portal)
Find a chest corresponding to a house portal.