|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Setter | |
---|---|
org.starhope.appius.game.inventory | |
org.starhope.appius.mb | |
org.starhope.appius.types | |
org.starhope.appius.user |
Uses of Setter in org.starhope.appius.game.inventory |
---|
Methods in org.starhope.appius.game.inventory with annotations of type Setter | |
---|---|
void |
InventoryItem.setActive(boolean beActive)
|
void |
InventoryItem.setFacing(String newFacing)
Set the facing direction of this item (typically furniture) |
void |
InventoryItem.setHealth(BigDecimal newHealth)
|
void |
InventoryItem.setItemID(int newID)
|
void |
InventoryItem.setOwnerID(int ownerID1)
|
void |
InventoryItem.setRoomNumber(int i)
|
void |
InventoryItem.setSlotHarsh(int slotNumber_force)
This is only to be used by addItem. |
void |
InventoryItem.setTypeID(int newTypeID)
|
void |
InventoryItem.setX(double newX)
set the X ordinate of this item, within its container. |
void |
InventoryItem.setY(double newY)
set the Y abcessa of this item, within its container. |
void |
InventoryItem.setZ(double newZ)
set the Z ordinate of this item, within its container. |
Uses of Setter in org.starhope.appius.mb |
---|
Methods in org.starhope.appius.mb with annotations of type Setter | |
---|---|
void |
UserEnrolment.setAuthSubID(BigDecimal authSubID1)
|
void |
UserEnrolment.setBegins(Date newBegins)
|
Uses of Setter in org.starhope.appius.types |
---|
Methods in org.starhope.appius.types with annotations of type Setter | |
---|---|
void |
HasVariables.resetVariables(Map<String,String> map)
WRITEME: Document this method brpocock@star-hope.org |
Uses of Setter in org.starhope.appius.user |
---|
Methods in org.starhope.appius.user with annotations of type Setter | |
---|---|
void |
GeneralUser.resetVariables(Map<String,String> map)
|
AgeBracket |
UserRecord.setAgeGroup()
set the age bracket of the user record, based upon the specified date of birth. |
void |
GeneralUser.setBaseColor(Colour colour)
|
void |
GeneralUser.setCanTalk(boolean b)
|
void |
GeneralUser.setCurrentAction(String newAction)
Normally “Walk” but can be any action that the client recognizes for the avatar type |
void |
Parent.setDialect(String newDialect)
|
void |
GeneralUser.setExtraColor(Colour colour)
|
void |
GeneralUser.setFacing(String newFacing)
|
void |
Parent.setForgotPasswordAnswer(String answer)
|
void |
Parent.setForgotPasswordQuestion(String question)
|
void |
Parent.setGivenName(String givenName1)
|
void |
Parent.setID(int int1)
|
void |
Parent.setLanguage(String newLanguage)
|
void |
GeneralUser.setLocation(Coord3D coord3d)
|
void |
Parent.setMail(String mail1)
|
void |
Parent.setMailConfirmed(Date mailConfirmed1)
|
void |
Parent.setMailConfirmSent(Date date)
|
void |
Parent.setPassword(String password1)
|
int |
GeneralUser.setRoom(Room room)
Set the user's current room to the given room. |
void |
GeneralUser.setStartT(long when)
|
void |
GeneralUser.setTarget(Coord3D newTarget)
Sets the new target coördinates |
void |
GeneralUser.setTravelRate(double rate)
This is an overriding method. |
void |
GeneralUser.setTravelStart(long l)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |