Interface MobBehaviour.Factory
- Enclosing interface:
MobBehaviour
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Builds the behaviour bound to one mob.
- Since:
- 0.1.0
-
Method Summary
-
Method Details
-
create
- Parameters:
mob- the mob the behaviour drives- Returns:
- the behaviour instance, owned by that mob alone
- Since:
- 0.1.0
-