- OBJECTTYPESCOUNT - Static variable in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractGameObject
-
the max. amount of different object types
- onGround() - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractCharacter
-
Adds horizontal colission check to onGround().
- onGround() - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractEntity
-
Is the entity laying/standing on the ground?
- 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
-