|
GenisysPro
for Minecraft PE/Windows 10 v1.1.x
Feature-rich server software for Minecraft PE and Windows 10 Edition
|
Public Member Functions | |
| __construct ($memory, $memoryLimit, $isGlobal=false, $triggerCount=0) | |
| getMemory () | |
| getMemoryLimit () | |
| getTriggerCount () | |
| isGlobal () | |
| getMemoryFreed () | |
Public Member Functions inherited from Event | |
| getEventName () | |
| getHandlers () | |
Static Public Attributes | |
| static | $handlerList = null |
Additional Inherited Members | |
Protected Attributes inherited from Event | |
| $eventName = null | |
Called when the server is in a low-memory state as defined by the properties Plugins should free caches or other non-essential data.
| __construct | ( | $memory, | |
| $memoryLimit, | |||
$isGlobal = false, |
|||
$triggerCount = 0 |
|||
| ) |
LowMemoryEvent constructor.
| $memory | ||
| $memoryLimit | ||
| bool | $isGlobal | |
| int | $triggerCount |
| getMemory | ( | ) |
| getMemoryFreed | ( | ) |
Amount of memory already freed
| getMemoryLimit | ( | ) |
| getTriggerCount | ( | ) |
|
static |