We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e4341 commit 489f633Copy full SHA for 489f633
src/legacy/api/PlayerAPI.cpp
@@ -1,6 +1,5 @@
1
#include "api/PlayerAPI.h"
2
3
-#include "EventAPI.h"
4
#include "api/APIHelp.h"
5
#include "api/BaseAPI.h"
6
#include "api/BlockAPI.h"
@@ -17,6 +16,8 @@
17
16
#include "engine/GlobalShareData.h"
18
#include "ll/api/chrono/GameChrono.h"
19
#include "ll/api/coro/CoroTask.h"
+#include "ll/api/event/player/PlayerChatEvent.h"
20
+#include "ll/api/event/EventBus.h"
21
#include "ll/api/form/ModalForm.h"
22
#include "ll/api/service/Bedrock.h"
23
#include "ll/api/service/GamingStatus.h"
0 commit comments