Package | Description |
---|---|
com.b3dgs.lionengine.game.feature.producible |
Describe the production capacity of an object by using a
Producer
to create new Featurable as
Producible . |
Modifier and Type | Class and Description |
---|---|
class |
ProducerModel
Producer model implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
ProducibleListener.notifyProductionEnded(Producer producer)
Notify listener that production is over.
|
void |
ProducibleListener.notifyProductionProgress(Producer producer)
Notify listener that production is currently in progress.
|
void |
ProducibleListener.notifyProductionStarted(Producer producer)
Notify listener that production has been started.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.