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:
Dylan K. Taylor
2022-06-23 20:01:19 +01:00
parent adf8a61814
commit 21cf3813be
4 changed files with 60 additions and 2 deletions

View File

@ -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[]