@@ -11,7 +11,7 @@ Apollo provides its own listener based event system, similar to the existing eve
1111<details >
1212<summary >ApolloRegisterPlayerEvent</summary >
1313
14- #### ApolloRegisterPlayerEvent
14+ ### ApolloRegisterPlayerEvent
1515
1616_ Called when the player joins the server using Lunar Client._
1717
@@ -24,7 +24,7 @@ _Called when the player joins the server using Lunar Client._
2424<details >
2525<summary >ApolloUnregisterPlayerEvent</summary >
2626
27- #### ApolloUnregisterPlayerEvent
27+ ### ApolloUnregisterPlayerEvent
2828
2929_ Called when the player leaves the server using Lunar Client._
3030
@@ -37,7 +37,7 @@ _Called when the player leaves the server using Lunar Client._
3737<details >
3838<summary >ApolloPlayerHandshakeEvent</summary >
3939
40- #### ApolloPlayerHandshakeEvent
40+ ### ApolloPlayerHandshakeEvent
4141
4242_ Called when the client sends a PlayerHandshakeMessage._
4343
@@ -52,7 +52,7 @@ _Called when the client sends a PlayerHandshakeMessage._
5252<details >
5353<summary >Minecraft Version Information</summary >
5454
55- ##### All ` MinecraftVersion minecraftVersion ` Versions
55+ ** All ` MinecraftVersion minecraftVersion ` Versions**
5656
5757- V1_7
5858- V1_8
@@ -85,7 +85,7 @@ _Called when the client sends a PlayerHandshakeMessage._
8585<details >
8686<summary >Lunar Client Version Information</summary >
8787
88- ##### How ` LunarClientVersion lunarClientVersion` Works
88+ ** How ` lunarClientVersion ` Works**
8989
9090This returns all the attributes about the version of Lunar Client the player is using.
9191
@@ -100,7 +100,7 @@ This returns all the attributes about the version of Lunar Client the player is
100100<details >
101101<summary >LunarClientMod (Installed Mods) Information</summary >
102102
103- ##### How ` List<LunarClientMod> installedMods` Works
103+ ** How ` installedMods ` Works**
104104
105105This returns a list of each mod, and its respective attributes.
106106
@@ -129,7 +129,7 @@ This returns a list of each mod, and its respective attributes.
129129<details >
130130<summary >ApolloReceivePacketEvent</summary >
131131
132- #### ApolloReceivePacketEvent
132+ ### ApolloReceivePacketEvent
133133
134134_ Called when the Apollo player receives an Apollo packet from Lunar Client._
135135
@@ -143,7 +143,7 @@ _Called when the Apollo player receives an Apollo packet from Lunar Client._
143143<details >
144144<summary >ApolloSendPacketEvent</summary >
145145
146- #### ApolloSendPacketEvent
146+ ### ApolloSendPacketEvent
147147
148148_ Called when the Apollo player sends an Apollo packet to Lunar Client._
149149
@@ -159,7 +159,7 @@ _Called when the Apollo player sends an Apollo packet to Lunar Client._
159159<details >
160160<summary >ApolloUpdateOptionEvent</summary >
161161
162- #### ApolloUpdateOptionEvent
162+ ### ApolloUpdateOptionEvent
163163
164164_ Called when an option is updated._
165165
@@ -177,7 +177,7 @@ _Called when an option is updated._
177177<details >
178178<summary >ApolloPlayerChatCloseEvent</summary >
179179
180- #### ApolloPlayerChatCloseEvent
180+ ### ApolloPlayerChatCloseEvent
181181
182182_ Called when the player closes their chat._
183183
@@ -191,7 +191,7 @@ _Called when the player closes their chat._
191191<details >
192192<summary >ApolloPlayerChatOpenEvent</summary >
193193
194- #### ApolloPlayerChatOpenEvent
194+ ### ApolloPlayerChatOpenEvent
195195
196196_ Called when the player opens their chat._
197197
@@ -205,7 +205,7 @@ _Called when the player opens their chat._
205205<details >
206206<summary >ApolloPlayerAttackEvent</summary >
207207
208- #### ApolloPlayerAttackEvent
208+ ### ApolloPlayerAttackEvent
209209
210210_ Called when the player attacks another player._
211211
@@ -221,7 +221,7 @@ _Called when the player attacks another player._
221221<details >
222222<summary >ApolloPlayerUseItemEvent</summary >
223223
224- #### ApolloPlayerUseItemEvent
224+ ### ApolloPlayerUseItemEvent
225225
226226_ Called when the player uses an item (1.16.1+)._
227227
0 commit comments