Package | Description |
---|---|
com.badlogic.gdx.assets.loaders | |
com.badlogic.gdx.graphics.g3d.particles | |
com.badlogic.gdx.utils |
Modifier and Type | Field and Description |
---|---|
protected Array<ObjectMap.Entry<java.lang.String,ModelData>> |
ModelLoader.items |
Modifier and Type | Field and Description |
---|---|
protected Array<ObjectMap.Entry<java.lang.String,ResourceData<ParticleEffect>>> |
ParticleEffectLoader.items |
Modifier and Type | Method and Description |
---|---|
ObjectMap.Entry<K,V> |
ArrayMap.Entries.next()
Note the same entry instance is returned each time this method is called.
|
ObjectMap.Entry<K,V> |
ObjectMap.Entries.next()
Note the same entry instance is returned each time this method is called.
|
ObjectMap.Entry |
OrderedMap.OrderedMapEntries.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ObjectMap.Entry<K,V>> |
ArrayMap.iterator() |
java.util.Iterator<ObjectMap.Entry<K,V>> |
ArrayMap.Entries.iterator() |
java.util.Iterator<ObjectMap.Entry<K,V>> |
ObjectMap.iterator() |
java.util.Iterator<ObjectMap.Entry<K,V>> |
ObjectMap.Entries.iterator() |
java.util.Iterator<ObjectMap.Entry<K,V>> |
OrderedMap.iterator() |