Class QuestCompletedPortal

All Implemented Interfaces:
UseListener, Killer, Cloneable, Iterable<String>, Serializable
Direct Known Subclasses:
RandomDestinationPortal

public class QuestCompletedPortal extends AccessCheckingPortal
  • Constructor Details

    • QuestCompletedPortal

      public QuestCompletedPortal(String questslot)
    • QuestCompletedPortal

      public QuestCompletedPortal(String questslot, String rejectMessage)
  • Method Details

    • isAllowed

      protected boolean isAllowed(RPEntity user)
      Determine if this portal can be used.
      Specified by:
      isAllowed in class AccessCheckingPortal
      Parameters:
      user - The user to be checked.
      Returns:
      true if the user can use the portal.