| Package | Description |
|---|---|
| com.artemis.injection |
| Modifier and Type | Method and Description |
|---|---|
protected InjectionCache |
SharedInjectionCache.initialValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
UseInjectionCache.setCache(InjectionCache cache) |
void |
ArtemisFieldResolver.setCache(InjectionCache cache) |
void |
WiredFieldResolver.setCache(InjectionCache cache) |
| Constructor and Description |
|---|
FieldHandler(InjectionCache cache)
Constructs a ned FieldHandler with an
ArtemisFieldResolver and WiredFieldResolver
already registered, which can resolve ComponentMapper, BaseSystem
and Manager types registered in the World
Wire. |
FieldHandler(InjectionCache cache,
Bag<FieldResolver> fieldResolvers)
Constructs a new FieldHandler with the provided fieldResolvers.
|
Copyright © 2019. All rights reserved.