Package | Description |
---|---|
com.artemis |
Core Artemis classes.
|
Modifier and Type | Method and Description |
---|---|
ArchetypeBuilder |
ArchetypeBuilder.add(Class<? extends Component>... types)
Ensure this builder includes the specified component types.
|
ArchetypeBuilder |
ArchetypeBuilder.add(Class<? extends Component> type)
Ensure this builder includes the specified component type.
|
ArchetypeBuilder |
ArchetypeBuilder.remove(Class<? extends Component>... types)
Remove the specified component from this builder, if it is present (optional operation).
|
ArchetypeBuilder |
ArchetypeBuilder.remove(Class<? extends Component> type)
Remove the specified component from this builder, if it is present (optional operation).
|
Copyright © 2019. All rights reserved.