Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmmppluginsrepository/containeropenfixed

Container Open Inventory ID send bug fix PocketMine-MP plugin
https://github.com/pmmppluginsrepository/containeropenfixed

Last synced: about 2 months ago
JSON representation

Container Open Inventory ID send bug fix PocketMine-MP plugin

Awesome Lists containing this project

README

        

# ContainerOpenFixed
Container Open Inventory ID send bug fix PocketMine-MP plugin

# Example
```php
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;
}
}
```