Block: Blow away a bunch of useless classes

This commit is contained in:
Dylan K. Taylor
2019-05-24 19:38:43 +01:00
parent d25ecbebd4
commit 54216c2fee
48 changed files with 128 additions and 1311 deletions

View File

@@ -23,6 +23,6 @@ declare(strict_types=1);
namespace pocketmine\block;
class MyCustomBlock extends Cobblestone{
class MyCustomBlock extends Solid{
}