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 |
EntitySubscription.SubscriptionListener.inserted(IntBag entities)
Called after entities match an
EntitySubscription . |
void |
EntitySystem.inserted(IntBag entities) |
void |
BaseEntitySystem.inserted(IntBag entities) |
void |
EntitySubscription.SubscriptionListener.removed(IntBag entities)
Called after entities no longer match an EntitySubscription.
|
void |
EntitySystem.removed(IntBag entities) |
void |
BaseEntitySystem.removed(IntBag entities)
Called if entity has gone out of scope of this system, e.g deleted
or had one of it's components removed.
|
Modifier and Type | Field and Description |
---|---|
protected IntBag |
IntBagIterator.intBag |
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 . |
Constructor and Description |
---|
IntBagIterator(IntBag intBag)
Create iterator for IntBag
|
IntBagIterator(IntBag intBag,
int indexBegin)
Create iterator for IntBag
|
IntBagIterator(IntBag intBag,
int indexBegin,
int size)
Create iterator for IntBag
|
Copyright © 2019. All rights reserved.