GenisysPro  for Minecraft PE/Windows 10 v1.1.x
Feature-rich server software for Minecraft PE and Windows 10 Edition
LevelProviderManager Class Reference

Static Public Member Functions

static getProviderByName (string $name)
 

Static Protected Attributes

static $providers = []
 

Member Function Documentation

◆ getProviderByName()

static getProviderByName ( string  $name)
static

Returns a LevelProvider by name, or null if not found

Parameters
string$name
Returns
string|null
69  {
70  return self::$providers[trim(strtolower($name))] ?? null;
71  }

Field Documentation

◆ $providers

$providers = []
staticprotected

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