Rename Solid -> Opaque

the old naming was misleading, particularly in conjunction with isSolid().
This commit is contained in:
Dylan K. Taylor
2019-07-22 19:56:01 +01:00
parent e95b9fa432
commit b543744534
52 changed files with 144 additions and 144 deletions

View File

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

View File

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