mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Add extra interfaces to make it easier to get at the actual blockstate serializer/deserializer
this still is a pain the ass, but it's much less so than before.
This commit is contained in:
@ -23,7 +23,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\data\bedrock\block;
|
||||
|
||||
final class CachingBlockStateSerializer implements BlockStateSerializer{
|
||||
final class CachingBlockStateSerializer implements DelegatingBlockStateSerializer{
|
||||
|
||||
/**
|
||||
* @var BlockStateData[]
|
||||
|
Reference in New Issue
Block a user