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

Packages that use GameLogicException
com.tootsville   
com.tootsville.game   
com.tootsville.npc   
com.tootsville.user   
org.starhope.appius.game   
org.starhope.appius.game.inventory   
org.starhope.appius.game.npc   
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 com.tootsville
 

Methods in com.tootsville that throw GameLogicException
private static String WebUtil.checkIBC(Object ibcCode, User sessionUser)
           twheys@gmail.com Feb 2, 2010
 

Uses of GameLogicException in com.tootsville.game
 

Constructors in com.tootsville.game that throw GameLogicException
HauntedOrgan(Zone z)
          WRITEME edward.winkelman@gmail.com Sep 28, 2010
MagicBox(Zone z)
          WRITEME edward.winkelman@gmail.com Sep 28, 2010
ShadowTree(Zone z)
          WRITEME brpocock@star-hope.org Sep 28, 2010
SoccerField(Zone z)
           
VITOnly(Zone z)
          WRITEME brpocock@star-hope.org Sep 28, 2010
VolleyballCourt(Zone z)
           
 

Uses of GameLogicException in com.tootsville.npc
 

Constructors in com.tootsville.npc that throw GameLogicException
DinerDishWasher()
          WRITEME: Document this constructor brpocock@star-hope.org
Harmony(Zone z)
          WRITEME brpocock@star-hope.org
ShortOrderCook(Room diner)
           Create a short-order cook.
Smudge(Zone z)
          WRITEME brpocock@star-hope.org
SoccerBall()
          Create an instance of a soccer ball
SoccerBall(String who)
          pass-through visibility of super constructor for volleyball
Stu()
           
Volleyball()
          Create an instance of a soccer ball
 

Uses of GameLogicException in com.tootsville.user
 

Methods in com.tootsville.user that throw GameLogicException
 int Toot.postNewOnTootBookWall(int toID, String body)
          Post a new message on this users TootBook wall.
 int Toot.postReplyOnTootBookWall(String body, int replyToID)
          Post a reply to a post on a TootBook wall.
 void Toot.sendPlushTootPromo(UserAddress shippingAddress, int tootSelect)
          Send a promotional plush Toot to this user, at the specified address.
private  int Toot.sendWallMail(int toID, String body, int inReplyTo)
          Creates a new post on a TootBook Profile.
 

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.mb
 

Methods in org.starhope.appius.mb that throw GameLogicException
 void PaymentGateway.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void PaymentGateway.endEnrolment(Payment payment)
           
 Calendar MBSession.setBirthDate(String year, String month, String day)
          WRITEME: Document this method brpocock@star-hope.org
 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_pleb(String[] words, AbstractUser u, Room room)
          Send a Plebeian some redirection commands.
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