mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Added Player Killed event (Combat and CombatDeath packets).
This commit is contained in:
parent
01eee22921
commit
80e227c3a7
5 changed files with 65 additions and 1 deletions
9
MinecraftClient/Mapping/CombatEventType.cs
Normal file
9
MinecraftClient/Mapping/CombatEventType.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace MinecraftClient.Mapping
|
||||
{
|
||||
public enum CombatEventType
|
||||
{
|
||||
EnterCombat = 0,
|
||||
EndCombat,
|
||||
EntityDead
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue