mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
Clean up terminology around block state IDs and their handling
This commit is contained in:
@ -33,11 +33,11 @@ use const SORT_STRING;
|
||||
|
||||
class BlockTest extends TestCase{
|
||||
|
||||
/** @var BlockFactory */
|
||||
/** @var RuntimeBlockStateRegistry */
|
||||
private $blockFactory;
|
||||
|
||||
public function setUp() : void{
|
||||
$this->blockFactory = new BlockFactory();
|
||||
$this->blockFactory = new RuntimeBlockStateRegistry();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user