An open API service indexing awesome lists of open source software.

https://github.com/nxtlvlsoftware/haxe-pocketmine-classloader

Haxe externs for the pocketmine classloader components.
https://github.com/nxtlvlsoftware/haxe-pocketmine-classloader

Last synced: 5 months ago
JSON representation

Haxe externs for the pocketmine classloader components.

Awesome Lists containing this project

README

          

haxe pocketmine classloader
===============
_Haxe extern definitions for pocketmines class loader components._

### About

A bunch of extern definitions for pocketmines class loader components. Nothing is fully tested and it is subject to break
without warning. Feel free to contribute your changes to make the library more stable & complete.

### Installation

Make sure you're running a build php that has the pthreads v3.x extension enabled, then:

Install the library for your dev env:
```bash
$ haxelib install haxe-php-pthreads
```

Add library to your build files:
```hxml
--library haxe-pocketmine-classloader
```

### Issues

Found a problem with this project? Make sure to open an issue on the [issue tracker](https://github.com/NxtLvLSoftware/haxe-pocketmine-classloader/issues) and we'll get it sorted!

#

__The content of this repo is licensed under the Unlicense. A full copy of the license is available [here](LICENSE).__