mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Refactor PMCustomAnvil -> PMAnvil
This commit is contained in:
@ -36,10 +36,10 @@ use pocketmine\utils\ChunkException;
|
||||
use pocketmine\utils\MainLogger;
|
||||
|
||||
/**
|
||||
* This format is exactly the same as the PC Anvil format, with the only difference being that the stored data order is XZY instead of YZX for more performance loading and
|
||||
* saving worlds.
|
||||
* This format is exactly the same as the PC Anvil format, with the only difference being that the stored data order
|
||||
* is XZY instead of YZX for more performance loading and saving worlds.
|
||||
*/
|
||||
class PMCustomAnvil extends Anvil{
|
||||
class PMAnvil extends Anvil{
|
||||
|
||||
const REGION_FILE_EXTENSION = "mcapm";
|
||||
|
||||
@ -152,6 +152,6 @@ class PMCustomAnvil extends Anvil{
|
||||
}
|
||||
|
||||
public static function getProviderName() : string{
|
||||
return "pmcustomanvil";
|
||||
return "pmanvil";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user