HeightArray
in package
Table of Contents
- $array : SplFixedArray|array<string|int, int>
- __clone() : mixed
- __construct() : mixed
- fill() : self
- get() : int
- getValues() : array<string|int, int>
- set() : void
- idx() : int
Properties
$array
private
SplFixedArray|array<string|int, int>
$array
Tags
Methods
__clone()
public
__clone() : mixed
Return values
mixed —__construct()
public
__construct(array<string|int, int> $values) : mixed
Parameters
- $values : array<string|int, int>
-
ZZZZXXXX key bit order
Tags
Return values
mixed —fill()
public
static fill(int $value) : self
Parameters
- $value : int
Return values
self —get()
public
get(int $x, int $z) : int
Parameters
- $x : int
- $z : int
Return values
int —getValues()
public
getValues() : array<string|int, int>
Tags
Return values
array<string|int, int> —ZZZZXXXX key bit order
set()
public
set(int $x, int $z, int $height) : void
Parameters
- $x : int
- $z : int
- $height : int
Return values
void —idx()
private
static idx(int $x, int $z) : int
Parameters
- $x : int
- $z : int