Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core | |
com.BombingGames.WurfelEngine.Core.Gameobjects |
Game Objects are objects liek entities and block which can be found in the map.
|
com.BombingGames.WurfelEngine.Core.Map | |
com.BombingGames.WurfelEngine.shooting |
Modifier and Type | Method and Description |
---|---|
Point |
GameView.screenToGameFlat(int x,
int y)
Returns deepest layer
|
Modifier and Type | Method and Description |
---|---|
Point |
AbstractEntity.getPosition() |
Constructor and Description |
---|
AbstractEntity(int id,
Point point)
Create an abstractEntity.
|
AbstractMovableEntity(int id,
int spritesPerDir,
Point point)
Constructor of AbstractCharacter.
|
BenchmarkBall(Point point)
Creates a Benchmark ball.
|
Controllable(int id,
int spritesPerDir,
Point point) |
PlayerWithWeapon(Point point)
Creates a player.
|
Selection(Point point) |
SimpleEntity(int id,
Point pos) |
Modifier and Type | Method and Description |
---|---|
Point |
Point.addVector(float[] vector)
Add a vector to the position
|
Point |
Point.addVector(float x,
float y,
float z) |
Point |
Point.addVector(com.badlogic.gdx.math.Vector3 vector)
Add a vector to the position
|
Point |
Point.cpy() |
static Point |
Map.getCenter()
Returns a coordinate pointing to the absolute center of the map.
|
static Point |
Map.getCenter(float height)
Returns a corodinate pointing to the absolute center of the map.
|
abstract Point |
AbstractPosition.getPoint()
If needed calculates it.
|
Point |
Coordinate.getPoint() |
Point |
Intersection.getPoint() |
Point |
Point.getPoint()
Returns itself.
|
Modifier and Type | Method and Description |
---|---|
float |
Point.distanceTo(Point point) |
Constructor and Description |
---|
Intersection(Point point,
com.badlogic.gdx.math.Vector3 normal,
float distance) |
Point(Point point)
Copy-constructor.
|
Modifier and Type | Method and Description |
---|---|
Point |
Weapon.getImpactPoint()
returns the position of the laserdot, the point where the aiming impacts
|
Constructor and Description |
---|
Bullet(int id,
Point point) |