|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.Abilities.Properties.Property
com.planet_ink.coffee_mud.Abilities.Properties.Prop_RoomForSale
com.planet_ink.coffee_mud.Abilities.Properties.Prop_RoomsForSale
public class Prop_RoomsForSale
| Field Summary |
|---|
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Prop_RoomForSale |
|---|
lastDayDone, lastItemNums, RENTSTR, SALESTR, scheduleReset |
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Property |
|---|
affected, amDestroyed, empty, envStats, miscText, savable |
| Constructor Summary | |
|---|---|
Prop_RoomsForSale()
|
|
| Method Summary | |
|---|---|
protected void |
fillCluster(Room R,
java.util.Vector V)
|
java.util.Vector |
getPropertyRooms()
The complete set of room objects represented by this title |
java.lang.String |
ID()
The CoffeeMud Java Class ID shared by all instances of this object. |
java.lang.String |
name()
The displayable name of this object. |
void |
updateLot(java.util.Vector optPlayerList)
Checks for changes in the content or condition of the rooms represented by this title and saves the changes to the database, if necessary. |
void |
updateTitle()
Simply resaves the rooms represented by this title to reflect change in ownership or price. |
| Methods inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Prop_RoomForSale |
|---|
accountForYourself, backTaxes, canAffectCode, colorForSale, doRentalProperty, executeMsg, landOwner, landPrice, landPropertyID, okMessage, rentalProperty, robberyCheck, setBackTaxes, setLandOwner, setLandPrice, setLandPropertyID, setRentalProperty, shopkeeperMobPresent, updateLotWithThisData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Environmental |
|---|
addEffect, addNonUninvokableEffect, amDestroyed, baseEnvStats, delEffect, description, destroy, displayText, envStats, expirationDate, fetchEffect, fetchEffect, image, isGeneric, maxRange, minRange, miscTextFormat, Name, numEffects, rawImage, recoverEnvStats, sameAs, savable, setBaseEnvStats, setDescription, setDisplayText, setExpirationDate, setImage, setMiscText, setName, text |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Tickable |
|---|
getTickStatus, tick |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.CMObject |
|---|
copyOf, initializeClass, newInstance |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.StatsAffecting |
|---|
affectCharState, affectCharStats, affectEnvStats |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.CMModifiable |
|---|
getSaveStatIndex, getStat, getStatCodes, isStat, setStat |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Behavable |
|---|
addBehavior, addScript, delBehavior, delScript, fetchBehavior, fetchBehavior, fetchScript, numBehaviors, numScripts |
| Constructor Detail |
|---|
public Prop_RoomsForSale()
| Method Detail |
|---|
public java.lang.String ID()
CMObject
ID in interface CMObjectID in class Prop_RoomForSalepublic java.lang.String name()
Environmental
name in interface Environmentalname in interface Tickablename in class Prop_RoomForSaleEnvironmental.Name()
protected void fillCluster(Room R,
java.util.Vector V)
public java.util.Vector getPropertyRooms()
LandTitle
getPropertyRooms in interface LandTitlegetPropertyRooms in class Prop_RoomForSaleRoompublic void updateTitle()
LandTitle
updateTitle in interface LandTitleupdateTitle in class Prop_RoomForSaleLandTitle.updateLot(Vector)public void updateLot(java.util.Vector optPlayerList)
LandTitle
updateLot in interface LandTitleupdateLot in class Prop_RoomForSaleoptPlayerList - - null, or a vector of player names for quick confirmsLandTitle.updateTitle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||