PHP Class pocketmine\level\format\LevelProviderManager

Show file Open project: robske110/ClearSky Class Usage Examples

Protected Properties

Property Type Description
$providers

Public Methods

Method Description
addProvider ( Server $server, string $class )
getProvider ( string $path ) : string Returns a LevelProvider class for this path, or null
getProviderByName ( $name )

Method Details

addProvider() public static method

public static addProvider ( Server $server, string $class )
$server pocketmine\Server
$class string

getProvider() public static method

Returns a LevelProvider class for this path, or null
public static getProvider ( string $path ) : string
$path string
return string

getProviderByName() public static method

public static getProviderByName ( $name )

Property Details

$providers protected static property

protected static $providers