public interface ArtemisPlugin
Modifier and Type | Method and Description |
---|---|
void |
setup(WorldConfigurationBuilder b)
Register your plugin.
|
void setup(WorldConfigurationBuilder b)
WorldConfigurationBuilder.dependsOn(java.lang.Class...)
as it can handle repeated dependencies,
as opposed to WorldConfigurationBuilder.with(int, com.artemis.BaseSystem...)
, which will throw an exception upon attempting to
add a pre-existing class.b
- builder to register your dependencies with.Copyright © 2016. All rights reserved.