Uses of Class
games.stendhal.server.entity.mapstuff.portal.HousePortal
Packages that use HousePortal
-
Uses of HousePortal in games.stendhal.server.maps.quests.houses
Methods in games.stendhal.server.maps.quests.houses that return HousePortalModifier and TypeMethodDescriptionprotected static HousePortalHouseUtilities.getHousePortal(int houseNumber) Find a portal corresponding to a house number.protected static HousePortalHouseUtilities.getPlayersHouse(Player player) Get the house owned by a player.Methods in games.stendhal.server.maps.quests.houses that return types with arguments of type HousePortalModifier and TypeMethodDescriptionprotected static List<HousePortal>HouseUtilities.getHousePortals()Get a list of all house portals available to players.Methods in games.stendhal.server.maps.quests.houses with parameters of type HousePortalModifier and TypeMethodDescriptionprotected static StoredChestHouseUtilities.findChest(HousePortal portal) Find a chest corresponding to a house portal.