|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TrainCar
WRITEME: The documentation for this type (TrainCar) is incomplete. (brpocock@star-hope.org, Dec 14, 2009)
Method Summary | |
---|---|
TrainCar |
getCaboose()
WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009) |
TrainCar |
getNextInTrain()
WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009) |
TrainCar |
getPriorInTrain()
WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009) |
TrainCar |
getTrainLeader()
WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009) |
boolean |
isInTrain()
WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009) |
boolean |
isInTrain(TrainCar trainLeader)
WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009) |
void |
setNextInTrain(TrainCar car)
WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009) |
void |
setPriorInTrain(TrainCar car)
WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009) |
void |
setTrainLeader(TrainCar leader)
WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009) |
Methods inherited from interface org.starhope.appius.game.RoomListener |
---|
acceptGameAction, acceptGameStateChange, acceptObjectJoinRoom, acceptObjectPartRoom, acceptOutOfBandMessage, acceptPublicMessage, acceptPublicMessage, acceptUserAction, acceptUserVariableUpdate, getRoom, getZone |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.starhope.appius.types.HasVariables |
---|
deleteVariable, getVariables, resetVariables, setVariable, setVariables |
Methods inherited from interface org.starhope.appius.user.DataRecordBacked |
---|
setBackingRecord |
Method Detail |
---|
TrainCar getCaboose()
TrainCar getNextInTrain()
TrainCar getPriorInTrain()
TrainCar getTrainLeader()
boolean isInTrain()
boolean isInTrain(TrainCar trainLeader)
trainLeader
- WRITEME
void setNextInTrain(TrainCar car)
car
- WRITEMEvoid setPriorInTrain(TrainCar car)
car
- WRITEMEvoid setTrainLeader(TrainCar leader)
leader
- WRITEME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |