| Block | Behaviour |
|---|---|
| ActivatorRail | Breaks |
| Anvil | Movable if tile not present |
| Banner | Movable if tile not present |
| Bedrock | Movable if tile not present |
| Bed | Movable if tile not present |
| Beetroot | Breaks |
| BlueIce | Movable if tile not present |
| BoneBlock | Movable if tile not present |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "state": { | |
| "type": "VANILLA", | |
| "value": "COOKED_PORKCHOP" | |
| }, | |
| "price": { | |
| "buy": { | |
| "price": 250, | |
| "count": 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| declare(strict_types=1); | |
| namespace cosmicpe\scoreboard\entry\listener; | |
| use pocketmine\inventory\Inventory; | |
| use pocketmine\inventory\InventoryChangeListener; | |
| use pocketmine\inventory\PlayerInventory; | |
| use pocketmine\item\Item; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| declare(strict_types=1); | |
| /** | |
| * @name mobbspawner | |
| * @main muqsit\mobspawner\Main | |
| * @api 4.0.0 | |
| * @version 0.0.1 | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| declare(strict_types=1); | |
| /** | |
| * @name mobbspawner | |
| * @main muqsit\mobspawner\Main | |
| * @api 4.0.0 | |
| * @version 0.0.1 | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require "vendor/autoload.php"; | |
| use pocketmine\snooze\SleeperNotifier; | |
| use pocketmine\snooze\SleeperHandler; | |
| class MyThread extends \Thread{ | |
| private $notifier; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| final class BlockDataChunk{ | |
| /** @var LevelDB */ | |
| private $database; | |
| /** @var BigEndianNbtSerializer */ | |
| private $serializer; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| declare(strict_types=1); | |
| /** | |
| * @name im-test | |
| * @main muqsit\imtest\IMTest | |
| * @version 0.0.1 | |
| * @api 3.0.0 | |
| * @description Script plugin to test InvMenu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * @name test-remove-param-isadmin | |
| * @main muqsit\trpi\Main | |
| * @version 0.0.1 | |
| * @api 4.0.0 | |
| * @description Script plugin to test a pull request | |
| * @author Muqsit | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| declare(strict_types=1); | |
| require "vendor/autoload.php"; | |
| use pocketmine\utils\UUID; | |
| final class Server{ |