Interface | Description |
---|---|
Extractible<R extends java.lang.Enum<R>> |
Represents an entity that can be extractible, such as a Gold Mine.
|
ExtractorListener<R extends java.lang.Enum<R>> |
Extractor events listener.
|
ExtractorServices<R extends java.lang.Enum<R>> |
This interface represents the ability of resource extraction.
|
ExtractorUsedServices<R extends java.lang.Enum<R>> |
List of services needed by the extractor.
|
Class | Description |
---|---|
ExtractionRts |
Extraction structure.
|
ExtractorModel<R extends java.lang.Enum<R>> |
This is the main implementation of the extract ability.
|