Uses of Class
org.starhope.appius.except.GameLogicException

Packages that use GameLogicException
org.starhope.appius.game   
org.starhope.appius.game.inventory   
org.starhope.appius.game.npc   
org.starhope.appius.game.npc.plebeian   
org.starhope.appius.mb   
org.starhope.appius.pay   
org.starhope.appius.pay.util   
org.starhope.appius.physica   
org.starhope.appius.sys.op   
org.starhope.appius.types   
org.starhope.appius.user   
org.starhope.appius.user.events   
 

Uses of GameLogicException in org.starhope.appius.game
 

Methods in org.starhope.appius.game that throw GameLogicException
 void Zone.clearBadge(String string)
          clear the given badge name off of any room to which it might be applied
 

Uses of GameLogicException in org.starhope.appius.game.inventory
 

Methods in org.starhope.appius.game.inventory that throw GameLogicException
 void InventoryItem.setTypeID(int newTypeID)
           
 

Uses of GameLogicException in org.starhope.appius.game.npc
 

Methods in org.starhope.appius.game.npc that throw GameLogicException
 void Ejecta.setMail(String email)
           
 void Ejecta.setParent(Parent newParent)
           
 

Constructors in org.starhope.appius.game.npc that throw GameLogicException
QuestItemExchanger(String login)
          WRITEME: Document this constructor brpocock@star-hope.org
 

Uses of GameLogicException in org.starhope.appius.game.npc.plebeian
 

Methods in org.starhope.appius.game.npc.plebeian that throw GameLogicException
 void PlebeianScriptRunner.load(String login)
          WRITEME: Document this method brpocock@star-hope.org
(package private)  PlebeianExpression PlebeianScriptRunner.parseAlwaysCommand(StringTokenizer tokens)
          parse the contents of a “Always” clause
private  PlebeianScriptConditional PlebeianScriptRunner.parseConditional(StringTokenizer tokens)
          WRITEME: Document this method brpocock@star-hope.org
private  void PlebeianScriptRunner.parseDeclarationCommand(String token, StringTokenizer tokens)
          Parse a top-level declaration command
(package private)  PlebeianScript PlebeianScriptRunner.parseScript(StringTokenizer tokens)
          WRITEME: Document this method brpocock@star-hope.org
(package private)  PlebeianTestClause PlebeianScriptRunner.parseTestClause(StringTokenizer tokens)
          WRITEME: Document this method brpocock@star-hope.org
private  void PlebeianScriptRunner.readScriptFile(File script)
          WRITEME: Document this method brpocock@star-hope.org
 

Constructors in org.starhope.appius.game.npc.plebeian that throw GameLogicException
Plebeian(Zone z, String login)
          WRITEME: Document this constructor brpocock@star-hope.org
 

Uses of GameLogicException in org.starhope.appius.mb
 

Methods in org.starhope.appius.mb that throw GameLogicException
 void PaymentGateway.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void PaymentGateway.endEnrolment(Payment payment)
           
 void PaymentGateway.startEnrolment(Payment payment)
           
 void PaymentGateway.startTransaction(Payment payment)
           
 void PaymentGateway.transactPayment(Payment p)
           
 

Uses of GameLogicException in org.starhope.appius.pay
 

Methods in org.starhope.appius.pay that throw GameLogicException
 void PayPalGateway.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void AuthorizeNetGateway.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void PayPalGateway.endEnrolment(Payment payment)
           
 void PayPalGateway.startEnrolment(Payment payment)
           
 void AuthorizeNetGateway.startEnrolment(Payment payment)
          Start an Authorize.Net subscription through their (now-beautiful!! WTF?) Automated Recurring Billing engine.
 void PayPalGateway.startTransaction(Payment payment)
           
 void AuthorizeNetGateway.startTransaction(Payment payment)
           
 void PayPalGateway.transactPayment(Payment payment)
           
 void AuthorizeNetGateway.transactPayment(Payment payment)
           
 

Uses of GameLogicException in org.starhope.appius.pay.util
 

Methods in org.starhope.appius.pay.util that throw GameLogicException
 void PaymentGatewayReal.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void PaymentGatewayReal.endEnrolment(Payment payment)
           
 void RetryPaymentException.retry()
           
 void PaymentGatewayReal.startEnrolment(Payment payment)
           
 void PaymentGatewayReal.startTransaction(Payment payment)
           
 void PaymentGatewayReal.transactPayment(Payment payment)
           
 

Uses of GameLogicException in org.starhope.appius.physica
 

Methods in org.starhope.appius.physica that throw GameLogicException
static void RigidBody.collide(Collidable obj1, Collidable obj2, long timeIndex)
          Collides two objects.
static Point2D Geometry.getExitPoint(AbstractUser u, Room room, double destX, double destY)
          WRITEME: Document this method brpocock@star-hope.org
 

Uses of GameLogicException in org.starhope.appius.sys.op
 

Methods in org.starhope.appius.sys.op that throw GameLogicException
static void OpCommands.op_parentapproves(String[] words, AbstractUser u, Room room)
          WRITEME: Document this method brpocock@star-hope.org
static void OpCommands.op_setstafflevel(String[] words, AbstractUser u, Room room)
          WRITEME: Document this method brpocock@star-hope.org
 

Uses of GameLogicException in org.starhope.appius.types
 

Methods in org.starhope.appius.types that throw GameLogicException
 void AbstractZone.clearBadge(String badgeName)
           
 

Uses of GameLogicException in org.starhope.appius.user
 

Methods in org.starhope.appius.user that throw GameLogicException
 void User.equip(InventoryItem item)
          Equip an item
 void User.rename(String newName)
           Rename the user account, updating all necessary related records.
 void Parent.rename(String newName)
           
 void AbstractPerson.rename(String newName)
           Rename the user account, updating all necessary related records.
 void AbstractNonPlayerCharacter.setMail(String email)
           
 void User.setMail(String newMail)
           
 void AbstractUser.setMail(String email)
          WRITEME
 void Parent.setMail(String mail1)
           
 void AbstractPerson.setMail(String mail1)
           
 void AbstractNonPlayerCharacter.setParent(Parent newParent)
           
 void User.setParent(Parent parent)
          Set this to be a child account with the specified parent.
 void AbstractUser.setParent(Parent newParent)
          If this is a child account (per COPPA), then associate a parent record with it.
 void User.setParentByParent(Parent parent)
          Set this to be a child account with the specified parent.
 void User.setPasswordAndPasswordRecovery(String question, String answer, String newPassword)
           
 void Parent.setPasswordAndPasswordRecovery(String question, String answer, String newPassword)
           
 void AbstractPerson.setPasswordAndPasswordRecovery(String question, String answer, String newPassword)
           
 void User.setUserName(String newLogin)
           
 

Constructors in org.starhope.appius.user that throw GameLogicException
AbstractNonPlayerCharacter(String login)
           
AbstractNonPlayerCharacter(UserRecord dataRecord)
          WRITEME
GeneralUser(UserRecord newRecord)
           
 

Uses of GameLogicException in org.starhope.appius.user.events
 

Methods in org.starhope.appius.user.events that throw GameLogicException
 void EventRecord.end(InventoryItem item, AbstractUser u)
          End a “gift” event whereby an user has given an item to another user