mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
BlockTranslator: use less ambiguous function names
This commit is contained in:
@ -34,7 +34,7 @@ class BlockTranslatorTest extends TestCase{
|
||||
public function testAllBlockStatesSerialize() : void{
|
||||
$blockTranslator = TypeConverter::getInstance()->getBlockTranslator();
|
||||
foreach(RuntimeBlockStateRegistry::getInstance()->getAllKnownStates() as $state){
|
||||
$blockTranslator->toRuntimeId($state->getStateId());
|
||||
$blockTranslator->internalIdToNetworkId($state->getStateId());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user