|
Genisys
Genisys API 1.9.3
A server software for Minecraft: Pocket Edition with many features
|
Public Member Functions | |
| __construct ($object=null) | |
| acquire () | |
| get () | |
| release () | |
| valid () | |
WeakRef extension stub file for code completion purposes
WARNING: Do not include this file
| __construct | ( | $object = null | ) |
Constructs a new weak reference.
| object | $object |
| acquire | ( | ) |
Acquires a strong reference on that object, virtually turning the weak reference into a strong one.
| get | ( | ) |
Returns the object pointed to by the weak reference
| release | ( | ) |
Releases a previously acquired reference, potentially turning a strong reference back into a weak reference.
| valid | ( | ) |
Checks whether the object referenced still exists