|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Inheritance diagram for pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DeprecatedCraftingNonImplementedStackRequestAction:
Collaboration diagram for pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DeprecatedCraftingNonImplementedStackRequestAction:Public Member Functions | |
| getTypeId () | |
| write (ByteBufferWriter $out) | |
Static Public Member Functions | |
| static | read (ByteBufferReader $in) |
Public Attributes | |
| const | ID = ItemStackRequestActionType::CRAFTING_NON_IMPLEMENTED_DEPRECATED_ASK_TY_LAING |
Tells that the current transaction involves crafting an item in a way that isn't supported by the current system. At the time of writing, this includes using anvils.
Definition at line 25 of file DeprecatedCraftingNonImplementedStackRequestAction.php.
|
static |
Definition at line 30 of file DeprecatedCraftingNonImplementedStackRequestAction.php.
| pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DeprecatedCraftingNonImplementedStackRequestAction::write | ( | ByteBufferWriter | $out | ) |
Reimplemented from pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestAction.
Definition at line 34 of file DeprecatedCraftingNonImplementedStackRequestAction.php.
| const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DeprecatedCraftingNonImplementedStackRequestAction::ID = ItemStackRequestActionType::CRAFTING_NON_IMPLEMENTED_DEPRECATED_ASK_TY_LAING |
Definition at line 28 of file DeprecatedCraftingNonImplementedStackRequestAction.php.