Uses of Class
games.stendhal.server.entity.mapstuff.portal.AccessCheckingPortal
Packages that use AccessCheckingPortal
Package
Description
-
Uses of AccessCheckingPortal in games.stendhal.server.entity.mapstuff.portal
Subclasses of AccessCheckingPortal in games.stendhal.server.entity.mapstuff.portalModifier and TypeClassDescriptionclassclassA 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.classchecks the state of a questclassclassA portal that sends the using player to a randomly chosen destination.Methods in games.stendhal.server.entity.mapstuff.portal that return AccessCheckingPortalModifier and TypeMethodDescriptionprotected AccessCheckingPortalConditionAndActionPortalFactory.createPortal(ConfigurableFactoryContext ctx) Create a condition checking portal.protected AccessCheckingPortalHousePortalFactory.createPortal(ConfigurableFactoryContext ctx) Create a stored keyed portal.protected AccessCheckingPortalKeyedPortalFactory.createPortal(ConfigurableFactoryContext ctx) Create a keyed portal.protected AccessCheckingPortalLevelCheckingPortalFactory.createPortal(ConfigurableFactoryContext ctx) Create a level checking portal.protected AccessCheckingPortalQuestCheckingPortalFactory.createPortal(ConfigurableFactoryContext ctx) Create a quest checking portal.protected AccessCheckingPortalQuestCompletedPortalFactory.createPortal(ConfigurableFactoryContext ctx) Create a quest checking portal.protected AccessCheckingPortalRandomDestinationPortalFactory.createPortal(ConfigurableFactoryContext ctx) Create a portal with random destination. -
Uses of AccessCheckingPortal in games.stendhal.server.maps.quests.a_grandfathers_wish