mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-26 21:33:51 +00:00
Merge branch 'feature/plugin-api' of github.com:sylvessa/MinecraftConsoles into feature/plugin-api
This commit is contained in:
commit
8e66b2c19e
13 changed files with 570 additions and 5 deletions
|
|
@ -12,6 +12,7 @@ namespace FourKitBridge
|
|||
bool FirePlayerQuit(int entityId);
|
||||
bool FirePlayerKick(int entityId, int disconnectReason,
|
||||
std::wstring &outLeaveMessage);
|
||||
void FireSchedulerCallback(int currentTick);
|
||||
bool FirePlayerMove(int entityId,
|
||||
double fromX, double fromY, double fromZ,
|
||||
double toX, double toY, double toZ,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue