BlockPosition
Table of Contents
-
$x
: int
-
$y
: int
-
$z
: int
-
__construct()
: mixed
-
equals()
: bool
-
fromVector3()
: self
-
getX()
: int
-
getY()
: int
-
getZ()
: int
$x
private
int
$x
$y
private
int
$y
$z
private
int
$z
__construct()
public
__construct(int $x, int $y, int $z) : mixed
Parameters
-
$x
: int
-
-
$y
: int
-
-
$z
: int
-
Return values
mixed
—
equals()
public
equals(BlockPosition $other) : bool
Parameters
-
$other
: BlockPosition
-
Return values
bool
—
fromVector3()
public
static fromVector3(Vector3 $vector3) : self
Parameters
-
$vector3
: Vector3
-
Return values
self
—
getX()
public
getX() : int
Return values
int
—
getY()
public
getY() : int
Return values
int
—
getZ()
public
getZ() : int
Return values
int
—