PocketMine-MP 5.39.3 git-9a46a8bd745880ddf8eebaf28cda326bb97d2efa
Loading...
Searching...
No Matches
pocketmine\world\format\io\GlobalBlockStateHandlers Class Reference
+ Collaboration diagram for pocketmine\world\format\io\GlobalBlockStateHandlers:

Static Public Member Functions

static getDeserializer ()
 
static getRegistrar ()
 
static getSerializer ()
 
static getUnknownBlockStateData ()
 
static getUpgrader ()
 

Detailed Description

Provides global access to blockstate serializers for all world providers. TODO: Get rid of this. This is necessary to enable plugins to register custom serialize/deserialize handlers, and also because we can't break BC of WorldProvider before PM5. While this is a sucky hack, it provides meaningful benefits for now.

Definition at line 48 of file GlobalBlockStateHandlers.php.

Member Function Documentation

◆ getDeserializer()

static pocketmine\world\format\io\GlobalBlockStateHandlers::getDeserializer ( )
static

Definition at line 65 of file GlobalBlockStateHandlers.php.

◆ getRegistrar()

static pocketmine\world\format\io\GlobalBlockStateHandlers::getRegistrar ( )
static

Definition at line 55 of file GlobalBlockStateHandlers.php.

◆ getSerializer()

static pocketmine\world\format\io\GlobalBlockStateHandlers::getSerializer ( )
static

Definition at line 69 of file GlobalBlockStateHandlers.php.

◆ getUnknownBlockStateData()

static pocketmine\world\format\io\GlobalBlockStateHandlers::getUnknownBlockStateData ( )
static

Definition at line 95 of file GlobalBlockStateHandlers.php.

◆ getUpgrader()

static pocketmine\world\format\io\GlobalBlockStateHandlers::getUpgrader ( )
static

Definition at line 73 of file GlobalBlockStateHandlers.php.


The documentation for this class was generated from the following file: