◆ __get()
pocketmine\network\mcpe\protocol\DataPacket::__get |
( |
| $name | ) |
|
|
inherited |
◆ __set()
pocketmine\network\mcpe\protocol\DataPacket::__set |
( |
| $name, |
|
|
| $value ) |
|
inherited |
◆ canBeSentBeforeLogin()
pocketmine\network\mcpe\protocol\DataPacket::canBeSentBeforeLogin |
( |
| ) |
|
|
inherited |
◆ create()
static pocketmine\network\mcpe\protocol\StructureTemplateDataRequestPacket::create |
( |
string | $structureTemplateName, |
|
|
BlockPosition | $structureBlockPosition, |
|
|
StructureSettings | $structureSettings, |
|
|
int | $requestType ) |
|
static |
◆ decode()
◆ decodeHeader()
pocketmine\network\mcpe\protocol\DataPacket::decodeHeader |
( |
PacketSerializer | $in | ) |
|
|
protectedinherited |
- Exceptions
-
BinaryDataException | |
PacketDecodeException | |
Definition at line 62 of file DataPacket.php.
◆ decodePayload()
pocketmine\network\mcpe\protocol\StructureTemplateDataRequestPacket::decodePayload |
( |
PacketSerializer | $in | ) |
|
|
protected |
◆ encode()
◆ encodeHeader()
pocketmine\network\mcpe\protocol\DataPacket::encodeHeader |
( |
PacketSerializer | $out | ) |
|
|
protectedinherited |
◆ encodePayload()
pocketmine\network\mcpe\protocol\StructureTemplateDataRequestPacket::encodePayload |
( |
PacketSerializer | $out | ) |
|
|
protected |
◆ getName()
pocketmine\network\mcpe\protocol\DataPacket::getName |
( |
| ) |
|
|
inherited |
◆ handle()
pocketmine\network\mcpe\protocol\StructureTemplateDataRequestPacket::handle |
( |
PacketHandlerInterface | $handler | ) |
|
Performs handling for this packet. Usually you'll want an appropriately named method in the session handler for this.
This method returns a bool to indicate whether the packet was handled or not. If the packet was unhandled, a debug message will be logged with a hexdump of the packet.
Typically this method returns the return value of the handler in the supplied PacketHandler. See other packets for examples how to implement this.
- Returns
- bool true if the packet was handled successfully, false if not.
- Exceptions
-
PacketDecodeException | if broken data was found in the packet |
Implements pocketmine\network\mcpe\protocol\Packet.
Definition at line 59 of file StructureTemplateDataRequestPacket.php.
◆ pid()
pocketmine\network\mcpe\protocol\DataPacket::pid |
( |
| ) |
|
|
inherited |
◆ $recipientSubId
int pocketmine\network\mcpe\protocol\DataPacket::$recipientSubId = 0 |
|
inherited |
◆ $requestType
int pocketmine\network\mcpe\protocol\StructureTemplateDataRequestPacket::$requestType |
◆ $senderSubId
int pocketmine\network\mcpe\protocol\DataPacket::$senderSubId = 0 |
|
inherited |
◆ $structureBlockPosition
BlockPosition pocketmine\network\mcpe\protocol\StructureTemplateDataRequestPacket::$structureBlockPosition |
◆ $structureSettings
StructureSettings pocketmine\network\mcpe\protocol\StructureTemplateDataRequestPacket::$structureSettings |
◆ $structureTemplateName
string pocketmine\network\mcpe\protocol\StructureTemplateDataRequestPacket::$structureTemplateName |
◆ NETWORK_ID
const pocketmine\network\mcpe\protocol\StructureTemplateDataRequestPacket::NETWORK_ID = ProtocolInfo::STRUCTURE_TEMPLATE_DATA_REQUEST_PACKET |
◆ PID_MASK
const pocketmine\network\mcpe\protocol\DataPacket::PID_MASK = 0x3ff |
|
inherited |
◆ TYPE_EXPORT_FROM_LOAD_MODE
const pocketmine\network\mcpe\protocol\StructureTemplateDataRequestPacket::TYPE_EXPORT_FROM_LOAD_MODE = 2 |
◆ TYPE_EXPORT_FROM_SAVE_MODE
const pocketmine\network\mcpe\protocol\StructureTemplateDataRequestPacket::TYPE_EXPORT_FROM_SAVE_MODE = 1 |
◆ TYPE_QUERY_SAVED_STRUCTURE
const pocketmine\network\mcpe\protocol\StructureTemplateDataRequestPacket::TYPE_QUERY_SAVED_STRUCTURE = 3 |
The documentation for this class was generated from the following file: