|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AlreadyExistsException in org.starhope.appius.game |
---|
Methods in org.starhope.appius.game that throw AlreadyExistsException | |
---|---|
static void |
Commands.do_give(org.json.JSONObject jso,
AbstractUser u,
Room room)
Give an item to another user |
Uses of AlreadyExistsException in org.starhope.appius.game.inventory.collections |
---|
Constructors in org.starhope.appius.game.inventory.collections that throw AlreadyExistsException | |
---|---|
ItemCollection(String newName)
constructor to create a new collection |
Uses of AlreadyExistsException in org.starhope.appius.game.npc |
---|
Methods in org.starhope.appius.game.npc that throw AlreadyExistsException | |
---|---|
void |
Ejecta.setParent(Parent newParent)
|
Uses of AlreadyExistsException in org.starhope.appius.sys.op |
---|
Methods in org.starhope.appius.sys.op that throw AlreadyExistsException | |
---|---|
static void |
OpCommands.op_give(String[] words,
AbstractUser u,
Room r)
give a gift |
static void |
OpCommands.op_parentapproves(String[] words,
AbstractUser u,
Room room)
WRITEME: Document this method brpocock@star-hope.org |
Uses of AlreadyExistsException in org.starhope.appius.user |
---|
Methods in org.starhope.appius.user that throw AlreadyExistsException | |
---|---|
private void |
Parent.insert()
Insert a new parent record into the database, saving the parent eMail address and password. |
void |
AbstractUser.purchase(GenericItemReference itemToBuy)
WRITEME: Document this method brpocock@star-hope.org |
void |
GeneralUser.purchase(GenericItemReference itemToBuy)
|
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. |
Constructors in org.starhope.appius.user that throw AlreadyExistsException | |
---|---|
Parent(String parentMail)
Create a new Parent record |
|
Parent(String newMail,
String newPassword)
Create a new parent record and set an initial password at the same time |
|
UserPreferenceRecord(AbstractUser u)
WRITEME: Document this constructor brpocock@star-hope.org |
Uses of AlreadyExistsException in org.starhope.appius.user.events |
---|
Methods in org.starhope.appius.user.events that throw AlreadyExistsException | |
---|---|
EventRecord |
EventType.startEvent(AbstractUser user)
Start an event for the user, of this type. |
static EventRecord |
Quaestor.startEvent(AbstractUser user,
String moniker)
WRITEME: Document this method brpocock@star-hope.org |
static int |
Quaestor.startEventRaw(AbstractUser user,
String moniker)
WRITEME: Document this method brpocock@star-hope.org |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |