SH-OToS / MCPM-Lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCPM-Lib  

BlockLauncherScriptModでVector3やPlayerをPocketMine風に扱えるようにする物です。 MITライセンスなのでModに組み込んで使用できます。

PocketMine-MPのドキュメントを参考にしてください。

MCPM 0.1 〜

Vector3

  • getX
  • getY
  • getZ
  • multiply
  • divide
  • ceil
  • floor
  • round
  • abs
  • getRight
  • getUp
  • getForward
  • getSout
  • getWest

SinglePlayer

  • getEntity
  • getX
  • getY
  • getZ
  • isSurvival
  • isCreative
  • isAdventure
  • isSpectator
  • getVector3
  • getHealth
  • setMotion
  • setHealth
  • attack
  • teleport

About

License:MIT License


Languages

Language:JavaScript 100.0%