PocketMine-MP 5.43.2 git-a137a986d01d9af23452b2e741699a770c7ae112
Loading...
Searching...
No Matches
pocketmine\block\inventory\window\EnchantingTableInventoryWindow Class Reference
+ Inheritance diagram for pocketmine\block\inventory\window\EnchantingTableInventoryWindow:
+ Collaboration diagram for pocketmine\block\inventory\window\EnchantingTableInventoryWindow:

Public Member Functions

 __construct (Player $viewer, Position $holder)
 
 getHolder ()
 
 getInput ()
 
 getInventory ()
 
 getLapis ()
 
 getOption (int $optionId)
 
 getOutput (int $optionId)
 
 getViewer ()
 
 onClose ()
 
 onOpen ()
 

Public Attributes

const SLOT_INPUT = 0
 
const SLOT_LAPIS = 1
 

Detailed Description

Definition at line 39 of file EnchantingTableInventoryWindow.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\block\inventory\window\EnchantingTableInventoryWindow::__construct ( Player $viewer,
Position $holder )

Definition at line 48 of file EnchantingTableInventoryWindow.php.

◆ __destruct()

pocketmine\block\inventory\window\EnchantingTableInventoryWindow::__destruct ( )

Definition at line 71 of file EnchantingTableInventoryWindow.php.

Member Function Documentation

◆ getHolder()

pocketmine\block\inventory\window\BlockInventoryWindow::getHolder ( )
inherited

Definition at line 42 of file BlockInventoryWindow.php.

◆ getInput()

pocketmine\block\inventory\window\EnchantingTableInventoryWindow::getInput ( )

Definition at line 88 of file EnchantingTableInventoryWindow.php.

◆ getInventory()

pocketmine\player\InventoryWindow::getInventory ( )
inherited

Definition at line 39 of file InventoryWindow.php.

◆ getLapis()

pocketmine\block\inventory\window\EnchantingTableInventoryWindow::getLapis ( )

Definition at line 92 of file EnchantingTableInventoryWindow.php.

◆ getOption()

pocketmine\block\inventory\window\EnchantingTableInventoryWindow::getOption ( int $optionId)

Definition at line 101 of file EnchantingTableInventoryWindow.php.

◆ getOutput()

pocketmine\block\inventory\window\EnchantingTableInventoryWindow::getOutput ( int $optionId)

Definition at line 96 of file EnchantingTableInventoryWindow.php.

◆ getViewer()

pocketmine\player\InventoryWindow::getViewer ( )
inherited

Definition at line 35 of file InventoryWindow.php.

◆ onClose()

pocketmine\block\inventory\window\BlockInventoryWindow::onClose ( )
inherited

Reimplemented from pocketmine\player\InventoryWindow.

Definition at line 52 of file BlockInventoryWindow.php.

◆ onOpen()

pocketmine\block\inventory\window\BlockInventoryWindow::onOpen ( )
inherited

Reimplemented from pocketmine\player\InventoryWindow.

Definition at line 44 of file BlockInventoryWindow.php.

Member Data Documentation

◆ SLOT_INPUT

const pocketmine\block\inventory\window\EnchantingTableInventoryWindow::SLOT_INPUT = 0

Definition at line 40 of file EnchantingTableInventoryWindow.php.

◆ SLOT_LAPIS

const pocketmine\block\inventory\window\EnchantingTableInventoryWindow::SLOT_LAPIS = 1

Definition at line 41 of file EnchantingTableInventoryWindow.php.


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