skh6075 / ContainerOpenFixed

Container Open Inventory ID send bug fix PocketMine-MP plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContainerOpenFixed

Container Open Inventory ID send bug fix PocketMine-MP plugin

Example

use skh6075\containeropenfixed\IWindowType;
use pocketmine\network\mcpe\protocol\types\inventory\WindowTypes;

class ShopKeeperInventory implements IWindowType{
    // Your code..
    
    public function getWindowType() : int{
        return WindowTypes::DROPPER;
    }
}

About

Container Open Inventory ID send bug fix PocketMine-MP plugin


Languages

Language:PHP 100.0%