Uses of Class
games.stendhal.server.entity.mapstuff.portal.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
Modifier and TypeMethodDescriptionStendhalRPZone.getPortal(int x, int y)
Get the portal (if any) at a specified zone position.Modifier and TypeMethodDescriptionStendhalRPZone.assignPortalID(Portal portal)
protected void
StendhalRPWorld.validatePortal(Portal portal)
-
Uses of Portal in games.stendhal.server.entity
Modifier and TypeMethodDescriptionprotected boolean
ActiveEntity.handlePortal(Portal portal)
protected boolean
RPEntity.handlePortal(Portal portal)
-
Uses of Portal in games.stendhal.server.entity.mapstuff.portal
Modifier and TypeClassDescriptionclass
class
A door is a special kind of portal which can be open or closed.class
A portal that can be used with a matchingHouseKey
.class
A KeyDestroyingDoor works just like a normal locked door, except that it destroys the key item when used.class
A keyed portal is a special kind of portal which requires a key to pass it.class
A portal which allows only certain levels of player to use it.class
A locked door is a special kind of portal which requires a key to pass it.class
A door to a zone which only one player may enter.class
A OneWayPortalDestination is an invisible point where players are placed when they use a portal that leads there.class
a portal which requires a password to pass throughclass
checks the state of a questclass
class
A portal that sends the using player to a randomly chosen destination.class
-
Uses of Portal in games.stendhal.server.maps.quests
-
Uses of Portal in games.stendhal.server.maps.quests.maze