Modifier and Type | Class and Description |
---|---|
class |
MoveBetweenContainerBehaviour
The Class MoveBetweenContainerBehaviour.
|
class |
RotateTranslateScaleBehaviour
The Class RotateTranslateScaleBehaviour.
|
class |
ThreeDRotateInteraction
The Class ThreeDRotateInteraction.
|
Modifier and Type | Method and Description |
---|---|
<Behaviour extends IBehaviour> |
BehaviourMaker.addBehaviour(IItem item,
java.lang.Class<Behaviour> behaviourClass)
Adds the behaviour.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<IBehaviour> |
BehaviourMaker.getBehavior(IItem item,
java.lang.Class<? extends IBehaviour> behaviourClass)
Gets the behavior.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<IBehaviour> |
BehaviourMaker.getBehavior(IItem item,
java.lang.Class<? extends IBehaviour> behaviourClass)
Gets the behavior.
|
void |
BehaviourMaker.removeBehavior(IItem item,
java.lang.Class<? extends IBehaviour> behaviourClass)
Removes the behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
ButtonBehaviour
The Class ButtonBehaviour.
|
Modifier and Type | Class and Description |
---|---|
class |
GestureDetectionBehaviour
The Class GestureDetectionBehaviour.
|
Modifier and Type | Class and Description |
---|---|
class |
InertiaBehaviour
The Class InertiaBehaviour.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBehaviour> |
IItem.getBehaviours(java.lang.Class<T> clazz)
Gets the behaviours.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IBehaviour> |
IItem.getBehaviours()
Gets the behaviours.
|
Modifier and Type | Method and Description |
---|---|
void |
IItem.behaviourAdded(IBehaviour behaviour)
Behaviour added.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyboardBehaviour
The Class KeyboardBehaviour.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBehaviour> |
JMEItem.getBehaviours(java.lang.Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IBehaviour> |
JMEItem.getBehaviours() |
Modifier and Type | Method and Description |
---|---|
void |
JMEItem.behaviourAdded(IBehaviour behaviour) |
Modifier and Type | Class and Description |
---|---|
class |
NetworkFlickBehaviour
Behaviour for items which are intended to be capable of being flicked across
the network.
|