https://github.com/nxtlvlsoftware/haxe-pocketmine
Haxe externs for the pocketmine core.
https://github.com/nxtlvlsoftware/haxe-pocketmine
Last synced: 5 months ago
JSON representation
Haxe externs for the pocketmine core.
- Host: GitHub
- URL: https://github.com/nxtlvlsoftware/haxe-pocketmine
- Owner: NxtLvLSoftware
- License: unlicense
- Created: 2019-11-05T07:47:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T07:48:27.000Z (over 6 years ago)
- Last Synced: 2025-08-14T11:59:34.313Z (11 months ago)
- Language: Haxe
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
haxe pocketmine
===============
_Haxe extern definitions for the pocketmine core._
### About
A bunch of extern definitions for pocketmines core API. 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 all the php extensions for running pocketmine, then:
Install the library for your dev env:
```bash
$ haxelib install haxe-pocketmine
```
Add library to your build files:
```hxml
--library haxe-pocketmine
```
### Issues
Found a problem with this project? Make sure to open an issue on the [issue tracker](https://github.com/NxtLvLSoftware/haxe-pocketmine/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).__