mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Formatting code
This commit is contained in:
@ -24,10 +24,10 @@
|
||||
*/
|
||||
namespace PocketMine\Block;
|
||||
|
||||
use PocketMine;
|
||||
use PocketMine\Item\Item;
|
||||
use PocketMine\Level\Level;
|
||||
use PocketMine\Level\Position;
|
||||
use PocketMine;
|
||||
|
||||
abstract class Block extends Position{
|
||||
const AIR = 0;
|
||||
|
Reference in New Issue
Block a user