Table of Contents
-
ID
= \pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::MINE_BLOCK
-
$hotbarSlot
: int
-
$predictedDurability
: int
-
$stackId
: int
-
__construct()
: mixed
-
getHotbarSlot()
: int
-
getPredictedDurability()
: int
-
getStackId()
: int
-
getTypeId()
: int
-
read()
: self
-
write()
: void
ID
public
mixed
ID
= \pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::MINE_BLOCK
$hotbarSlot
private
int
$hotbarSlot
$predictedDurability
private
int
$predictedDurability
$stackId
private
int
$stackId
__construct()
public
__construct(int $hotbarSlot, int $predictedDurability, int $stackId) : mixed
Parameters
-
$hotbarSlot
: int
-
-
$predictedDurability
: int
-
-
$stackId
: int
-
Return values
mixed
—
getHotbarSlot()
public
getHotbarSlot() : int
Return values
int
—
getPredictedDurability()
public
getPredictedDurability() : int
Return values
int
—
getStackId()
public
getStackId() : int
Return values
int
—
getTypeId()
public
abstract getTypeId() : int
Return values
int
—
read()
public
static read(PacketSerializer $in) : self
Parameters
-
$in
: PacketSerializer
-
Return values
self
—
write()
public
write(PacketSerializer $out) : void
Parameters
-
$out
: PacketSerializer
-
Return values
void
—