public abstract class AbstractBehaviorData extends Object implements BehaviorData
BehaviorData
interface.Constructor and Description |
---|
AbstractBehaviorData()
Default Constructor..
|
Modifier and Type | Method and Description |
---|---|
List<Class<? extends Behavior<?,?>>> |
getBehaviors()
Return the list of
Behavior supported by this Data. |
protected abstract List<? extends Class<? extends Behavior<?,?>>> |
getCustomBehaviors()
Gets the custom behaviors.
|
public AbstractBehaviorData()
public List<Class<? extends Behavior<?,?>>> getBehaviors()
Behavior
supported by this Data.getBehaviors
in interface BehaviorData
protected abstract List<? extends Class<? extends Behavior<?,?>>> getCustomBehaviors()
Copyright © 2011–2016 JRebirth OSS. All rights reserved.