Serialized Form
-
Package com.bomber7.core.controller
-
Class com.bomber7.core.controller.Config
class Config extends Object implements Serializable-
Serialized Fields
-
activateBomb
int activateBomb
The key for activating a bomb. -
down
int down
The key for moving down. -
dropBomb
int dropBomb
The key for dropping a bomb. -
fileString
String fileString
The path to the configuration file. -
left
int left
The key for moving left. -
right
int right
The key for moving right. -
up
int up
The key for moving up.
-
-
-
Class com.bomber7.core.controller.PlayerConfig
class PlayerConfig extends Object implements Serializable
-
-
Package com.bomber7.core.model.exceptions
-
Exception com.bomber7.core.model.exceptions.IllegalBombOperationException
class IllegalBombOperationException extends RuntimeException implements Serializable -
Exception com.bomber7.core.model.exceptions.IllegalLifeOperationException
class IllegalLifeOperationException extends RuntimeException implements Serializable -
Exception com.bomber7.core.model.exceptions.IllegalPositionOperationException
class IllegalPositionOperationException extends RuntimeException implements Serializable -
Exception com.bomber7.core.model.exceptions.IllegalPowerOperationException
class IllegalPowerOperationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception com.bomber7.core.model.exceptions.IllegalScoreOperationException
class IllegalScoreOperationException extends RuntimeException implements Serializable -
Exception com.bomber7.core.model.exceptions.IllegalSpeedOperationException
class IllegalSpeedOperationException extends RuntimeException implements Serializable
-
-
Package com.bomber7.utils
-
Class com.bomber7.utils.Config
class Config extends Object implements Serializable-
Serialized Fields
-
globalVolume
int globalVolume
The global volume level. -
language
Language language
The selected language. -
musicVolume
int musicVolume
The music volume level. -
playerConfigs
PlayerConfig[] playerConfigs
A list of PlayerConfig objects for player input controls.
-
-
-