Table of Contents
-
$chunk
: Chunk
-
$entityNBT
: array<string|int, mixed>
-
$tileNBT
: array<string|int, mixed>
-
__construct()
: mixed
-
getChunk()
: Chunk
-
getEntityNBT()
: array<string|int, CompoundTag>
-
getTileNBT()
: array<string|int, CompoundTag>
$chunk
private
Chunk
$chunk
$entityNBT
private
array<string|int, mixed>
$entityNBT
$tileNBT
private
array<string|int, mixed>
$tileNBT
__construct()
public
__construct(Chunk $chunk, array<string|int, CompoundTag> $entityNBT, array<string|int, CompoundTag> $tileNBT) : mixed
Parameters
-
$chunk
: Chunk
-
-
$entityNBT
: array<string|int, CompoundTag>
-
-
$tileNBT
: array<string|int, CompoundTag>
-
Return values
mixed
—
getChunk()
public
getChunk() : Chunk
Return values
Chunk
—
getEntityNBT()
public
getEntityNBT() : array<string|int, CompoundTag>
Return values
array<string|int, CompoundTag>
—
getTileNBT()
public
getTileNBT() : array<string|int, CompoundTag>
Return values
array<string|int, CompoundTag>
—