Uses of Class
games.stendhal.server.entity.mapstuff.portal.Portal
Packages that use Portal
Package
Description
Entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
-
Uses of Portal in games.stendhal.server.core.engine
Methods in games.stendhal.server.core.engine that return PortalModifier and TypeMethodDescriptionStendhalRPZone.getPortal(int x, int y) Get the portal (if any) at a specified zone position.Methods in games.stendhal.server.core.engine that return types with arguments of type PortalMethods in games.stendhal.server.core.engine with parameters of type PortalModifier and TypeMethodDescriptionStendhalRPZone.assignPortalID(Portal portal) protected voidStendhalRPWorld.validatePortal(Portal portal) -
Uses of Portal in games.stendhal.server.entity
Methods in games.stendhal.server.entity with parameters of type PortalModifier and TypeMethodDescriptionprotected booleanActiveEntity.handlePortal(Portal portal) protected booleanRPEntity.handlePortal(Portal portal) -
Uses of Portal in games.stendhal.server.entity.mapstuff.portal
Subclasses of Portal in games.stendhal.server.entity.mapstuff.portalModifier and TypeClassDescriptionclassAn access checking portal is a special kind of portal which requires some condition to use.classclassA door is a special kind of portal which can be open or closed.classA portal that can be used with a matchingHouseKey.classA KeyDestroyingDoor works just like a normal locked door, except that it destroys the key item when used.classA keyed portal is a special kind of portal which requires a key to pass it.classA portal which allows only certain levels of player to use it.classA locked door is a special kind of portal which requires a key to pass it.classA door to a zone which only one player may enter.classA OneWayPortalDestination is an invisible point where players are placed when they use a portal that leads there.classa portal which requires a password to pass throughclasschecks the state of a questclassclassA portal that sends the using player to a randomly chosen destination.classMethods in games.stendhal.server.entity.mapstuff.portal with parameters of type PortalModifier and TypeMethodDescriptionbooleanAccessCheckingPortal.playerIsPortalUnlocked(Player player, Portal portal) -
Uses of Portal in games.stendhal.server.maps.quests
Methods in games.stendhal.server.maps.quests that return Portal -
Uses of Portal in games.stendhal.server.maps.quests.a_grandfathers_wish
Subclasses of Portal in games.stendhal.server.maps.quests.a_grandfathers_wish -
Uses of Portal in games.stendhal.server.maps.quests.maze
Methods in games.stendhal.server.maps.quests.maze that return Portal