Package | Description |
---|---|
com.artemis |
Core Artemis classes.
|
com.artemis.utils |
Helper classes.
|
Modifier and Type | Method and Description |
---|---|
IntBag |
EntitySubscription.getEntities()
Returns a reference to the bag holding all matched
entities.
|
IntBag |
BaseEntitySystem.getEntityIds()
Gets the entities processed by this system.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseEntitySystem.inserted(IntBag entities) |
void |
EntitySystem.inserted(IntBag entities) |
void |
EntitySubscription.SubscriptionListener.inserted(IntBag entities)
Called after entities have been matched and inserted into an
EntitySubscription.
|
void |
BaseEntitySystem.removed(IntBag entities) |
void |
EntitySystem.removed(IntBag entities) |
void |
EntitySubscription.SubscriptionListener.removed(IntBag entities)
Called after entities have been removed from an EntitySubscription.
|
Modifier and Type | Method and Description |
---|---|
static IntBag |
ConverterUtil.toIntBag(BitSet bs,
IntBag out) |
static IntBag |
ConverterUtil.toIntBag(BitVector bs,
IntBag out) |
IntBag |
BitVector.toIntBag(IntBag out)
Decodes the set bits as integers.
|
IntBag |
BitVector.toIntBagIdCid(ComponentManager cm,
IntBag out)
Decodes the set bits as pairs of
entity id and
compositionId . |
Modifier and Type | Method and Description |
---|---|
void |
IntBag.addAll(IntBag other)
Adds the specified elements to the end of this bag.
|
static BitSet |
ConverterUtil.toBitSet(IntBag bag,
BitSet out) |
static BitVector |
ConverterUtil.toBitVector(IntBag bag,
BitVector out) |
static IntBag |
ConverterUtil.toIntBag(BitSet bs,
IntBag out) |
static IntBag |
ConverterUtil.toIntBag(BitVector bs,
IntBag out) |
IntBag |
BitVector.toIntBag(IntBag out)
Decodes the set bits as integers.
|
IntBag |
BitVector.toIntBagIdCid(ComponentManager cm,
IntBag out)
Decodes the set bits as pairs of
entity id and
compositionId . |
Copyright © 2016. All rights reserved.