VersionInfo
Table of Contents
-
BASE_VERSION
= "4.0.0"
-
BUILD_CHANNEL
= "stable"
-
IS_DEVELOPMENT_BUILD
= false
-
NAME
= "PocketMine-MP"
-
$buildNumber
: int|null
-
$fullVersion
: VersionString|null
-
$gitHash
: string|null
-
BUILD_NUMBER()
: int
-
GIT_HASH()
: string
-
VERSION()
: VersionString
-
__construct()
: mixed
BASE_VERSION
public
mixed
BASE_VERSION
= "4.0.0"
BUILD_CHANNEL
public
mixed
BUILD_CHANNEL
= "stable"
IS_DEVELOPMENT_BUILD
public
mixed
IS_DEVELOPMENT_BUILD
= false
NAME
public
mixed
NAME
= "PocketMine-MP"
$buildNumber
private
static int|null
$buildNumber
= null
$fullVersion
private
static VersionString|null
$fullVersion
= null
$gitHash
private
static string|null
$gitHash
= null
BUILD_NUMBER()
public
static BUILD_NUMBER() : int
Return values
int
—
GIT_HASH()
public
static GIT_HASH() : string
Return values
string
—
VERSION()
public
static VERSION() : VersionString
Return values
VersionString
—
__construct()
private
__construct() : mixed
Return values
mixed
—