| Package | Description |
|---|---|
| com.jonathan.survivor.managers | |
| com.jonathan.survivor.renderers |
| Modifier and Type | Method and Description |
|---|---|
ItemObject |
GameObjectManager.spawnItemObject(float x,
float y,
float velocityMultiplier,
Human.Direction direction)
Spawns an ItemObject at the given position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemObjectRenderer.draw(ItemObject itemObject,
boolean transparent)
Accepts the ItemObject to draw, and whether or not to draw it transparent.
|