| Package | Description |
|---|---|
| com.heckntarnation.rpgbattleengine | |
| com.heckntarnation.rpgbattleengine.handlers |
| Modifier and Type | Field and Description |
|---|---|
static SoundHandler |
BattleEngine.soundHandler |
static SoundHandler |
BattleEngine.soundHandler |
| Modifier and Type | Method and Description |
|---|---|
static void |
BattleEngine.init(BattleHandler bHandler,
InputHandler iHandler,
LocalizationHandler locHandler,
SoundHandler sHandler,
DeathHandler dHandler)
Used to change handlers to custom ones (leave any null to use default
one/one's you already set)
|
static void |
BattleEngine.init(BattleHandler bHandler,
InputHandler iHandler,
LocalizationHandler locHandler,
SoundHandler sHandler,
DeathHandler dHandler)
Used to change handlers to custom ones (leave any null to use default
one/one's you already set)
|
| Modifier and Type | Method and Description |
|---|---|
SoundHandler |
SoundHandler.setMaxThreads(int max)
Sets the maximum amount of threads.
|
SoundHandler |
SoundHandler.setMaxThreads(int max)
Sets the maximum amount of threads.
|
Copyright © 2022. All rights reserved.