Position
class Position extends Alvine
Eine Position
Properties
protected int | $x | ||
protected int | $y |
Methods
__construct(int $x = null, int $y = null)
Neue Position (null bedeutet nicht gesetzt)
int|null
getX()
No description
int|null
getY()
No description
Details
at line 52
__construct(int $x = null, int $y = null)
Neue Position (null bedeutet nicht gesetzt)