mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
DatFilePlayerDataProvider: added documentation
This commit is contained in:
parent
639f089c55
commit
0c9b6a6797
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user