mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
DatFilePlayerDataProvider: added documentation
This commit is contained in:
@@ -39,6 +39,9 @@ use function zlib_decode;
|
||||
use function zlib_encode;
|
||||
use const ZLIB_ENCODING_GZIP;
|
||||
|
||||
/**
|
||||
* Stores player data in a single .dat file per player. Each file is gzipped big-endian NBT.
|
||||
*/
|
||||
final class DatFilePlayerDataProvider implements PlayerDataProvider{
|
||||
|
||||
public function __construct(
|
||||
|
Reference in New Issue
Block a user