PocketMine-MP 5.18.2 git-00e39821f06a4b6d728d35053c2621dbb19369ff
pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType:

Public Attributes

const BEACON_PAYMENT = 10
 
const CRAFTING_CONSUME_INPUT = 5
 
const CRAFTING_CREATE_SPECIFIC_RESULT = 6
 
const CRAFTING_GRINDSTONE = 16
 
const CRAFTING_LOOM = 17
 
const CRAFTING_NON_IMPLEMENTED_DEPRECATED_ASK_TY_LAING = 18
 
const CRAFTING_RECIPE = 12
 
const CRAFTING_RECIPE_AUTO = 13
 
const CRAFTING_RECIPE_OPTIONAL = 15
 
const CRAFTING_RESULTS_DEPRECATED_ASK_TY_LAING = 19
 
const CREATIVE_CREATE = 14
 
const DESTROY = 4
 
const DROP = 3
 
const LAB_TABLE_COMBINE = 9
 
const MINE_BLOCK = 11
 
const PLACE = 1
 
const SWAP = 2
 
const TAKE = 0
 

Detailed Description

Definition at line 17 of file ItemStackRequestActionType.php.

Member Data Documentation

◆ BEACON_PAYMENT

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::BEACON_PAYMENT = 10

Definition at line 31 of file ItemStackRequestActionType.php.

◆ CRAFTING_CONSUME_INPUT

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::CRAFTING_CONSUME_INPUT = 5

Definition at line 28 of file ItemStackRequestActionType.php.

◆ CRAFTING_CREATE_SPECIFIC_RESULT

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::CRAFTING_CREATE_SPECIFIC_RESULT = 6

Definition at line 29 of file ItemStackRequestActionType.php.

◆ CRAFTING_GRINDSTONE

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::CRAFTING_GRINDSTONE = 16

Definition at line 37 of file ItemStackRequestActionType.php.

◆ CRAFTING_LOOM

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::CRAFTING_LOOM = 17

Definition at line 38 of file ItemStackRequestActionType.php.

◆ CRAFTING_NON_IMPLEMENTED_DEPRECATED_ASK_TY_LAING

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::CRAFTING_NON_IMPLEMENTED_DEPRECATED_ASK_TY_LAING = 18

Definition at line 39 of file ItemStackRequestActionType.php.

◆ CRAFTING_RECIPE

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::CRAFTING_RECIPE = 12

Definition at line 33 of file ItemStackRequestActionType.php.

◆ CRAFTING_RECIPE_AUTO

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::CRAFTING_RECIPE_AUTO = 13

Definition at line 34 of file ItemStackRequestActionType.php.

◆ CRAFTING_RECIPE_OPTIONAL

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::CRAFTING_RECIPE_OPTIONAL = 15

Definition at line 36 of file ItemStackRequestActionType.php.

◆ CRAFTING_RESULTS_DEPRECATED_ASK_TY_LAING

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::CRAFTING_RESULTS_DEPRECATED_ASK_TY_LAING = 19

Definition at line 40 of file ItemStackRequestActionType.php.

◆ CREATIVE_CREATE

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::CREATIVE_CREATE = 14

Definition at line 35 of file ItemStackRequestActionType.php.

◆ DESTROY

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::DESTROY = 4

Definition at line 27 of file ItemStackRequestActionType.php.

◆ DROP

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::DROP = 3

Definition at line 26 of file ItemStackRequestActionType.php.

◆ LAB_TABLE_COMBINE

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::LAB_TABLE_COMBINE = 9

Definition at line 30 of file ItemStackRequestActionType.php.

◆ MINE_BLOCK

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::MINE_BLOCK = 11

Definition at line 32 of file ItemStackRequestActionType.php.

◆ PLACE

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::PLACE = 1

Definition at line 24 of file ItemStackRequestActionType.php.

◆ SWAP

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::SWAP = 2

Definition at line 25 of file ItemStackRequestActionType.php.

◆ TAKE

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestActionType::TAKE = 0

Definition at line 23 of file ItemStackRequestActionType.php.


The documentation for this class was generated from the following file: