mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
Rename RuntimeBlockMapping -> BlockTranslator
This commit is contained in:
@ -26,7 +26,7 @@ namespace pocketmine\network\mcpe\convert;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use pocketmine\block\RuntimeBlockStateRegistry;
|
||||
|
||||
class RuntimeBlockMappingTest extends TestCase{
|
||||
class BlockTranslatorTest extends TestCase{
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
Reference in New Issue
Block a user