public interface Tieable extends IntervalUpdateable
| Modifier and Type | Method and Description |
|---|---|
TieableDefinition |
getDefinition()
Returns the definition of this tieable.
|
java.lang.String |
getId()
Returns internal id for further operations (CRUD).
|
java.lang.String |
getName()
Returns the name of this tieable for debug/presentation purposes.
|
java.lang.Object |
getTargetStatName()
Returns the name of the target stats.
|
boolean |
isActivated()
Retuns true if this tieable has been activated.
|
void |
tieToStats(IStats s)
Tie to a concreate stats object.
|
updateboolean isActivated()
java.lang.Object getTargetStatName()
void tieToStats(IStats s)
s - TieableDefinition getDefinition()
java.lang.String getName()
java.lang.String getId()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.