- OBJECTTYPESNUM - Static variable in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractGameObject
-
the max. amount of different object types
- onEnter() - Method in class com.BombingGames.WurfelEngine.Core.Controller
-
- onEnter() - Method in interface com.BombingGames.WurfelEngine.Core.GameManager
-
Overriding method should contain what should happen when the manager becomes active.
- onEnter() - Method in class com.BombingGames.WurfelEngine.Core.GameView
-
override to specify what should happen when the mangager becomes active
- onEnter() - Method in class com.BombingGames.WurfelEngine.MapEditor.MapEditorController
-
- onEnter() - Method in class com.BombingGames.WurfelEngine.MapEditor.MapEditorView
-
- onGround() - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractEntity
-
Is the entity laying/standing on the ground?
- onGround() - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractMovableEntity
-
Adds horizontal colission check to onGround().
- onLoadedMap() - Method in class com.BombingGames.WurfelEngine.Core.Map.AbstractPosition
-
Checks if the position is on the chunks currently in memory.
- onLoadedMap() - Method in class com.BombingGames.WurfelEngine.Core.Map.Coordinate
-
Checks if the coordiantes are accessable with the currently loaded Chunks.
- onLoadedMap() - Method in class com.BombingGames.WurfelEngine.Core.Map.Point
-