Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmmppluginsrepository/containeropenfixed
- Owner: PMMPPluginsRepository
- Created: 2022-05-20T03:46:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T04:04:35.000Z (over 2 years ago)
- Last Synced: 2024-10-09T23:04:15.665Z (3 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
}
}
```