D - public abstract class AbstractTieable<D extends TieableDefinition> extends java.lang.Object implements Tieable
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTieable(D aDefinition)
Creates a new tieable.
|
| Modifier and Type | Method and Description |
|---|---|
D |
getDefinition()
Returns the definition of this tieable.
|
java.lang.String |
getId()
Returns the id of the tieable.
|
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 |
isCustom() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisActivated, tieToStatsupdateprotected AbstractTieable(D aDefinition)
aDefinition - definition parameter.public java.lang.String getName()
Tieablepublic D getDefinition()
TieablegetDefinition in interface Tieablepublic java.lang.Object getTargetStatName()
TieablegetTargetStatName in interface Tieablepublic java.lang.String getId()
public boolean isCustom()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.