- earthquake(int) - Method in class com.BombingGames.WurfelEngine.Core.Map.Map
-
a method who gives random blocks offset
- enter() - Method in class com.BombingGames.WurfelEngine.Core.Controller
-
should be called when entered
- enter() - Method in interface com.BombingGames.WurfelEngine.Core.Manager
-
Should be called when the manager becomes active
- enter() - Method in class com.BombingGames.WurfelEngine.Core.View
-
- enter() - Method in class com.BombingGames.WurfelEngine.MapEditor.MapEditorController
-
- enter() - Method in class com.BombingGames.WurfelEngine.MapEditor.MapEditorView
-
- EntitySpawner - Class in com.BombingGames.WurfelEngine.Core.Gameobjects
-
The entitty spawner spawns an entity when a character steps on it.
- EntitySpawner(int, Coordinate) - Constructor for class com.BombingGames.WurfelEngine.Core.Gameobjects.EntitySpawner
-
- executeCommand(String) - Method in class com.BombingGames.WurfelEngine.Core.MsgSystem
-
Tries executing a command
- exist() - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractCharacter
-
- exist() - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractEntity
-
add this entity to the map-> let it exist
- exit() - Method in class com.BombingGames.WurfelEngine.Core.Controller
-
should get called when you leave the editor
- exit() - Method in class com.BombingGames.WurfelEngine.MapEditor.MapEditorController
-
- explode() - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.ExplosiveBarrel
-
Explodes the barrel.
- ExplosiveBarrel - Class in com.BombingGames.WurfelEngine.Core.Gameobjects
-
An example for a special block: barrel block which can explode
- ExplosiveBarrel(int, Coordinate) - Constructor for class com.BombingGames.WurfelEngine.Core.Gameobjects.ExplosiveBarrel
-
Create a explosive barrel.