summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Protocol/Protocol.h')
-rw-r--r--src/Protocol/Protocol.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Protocol/Protocol.h b/src/Protocol/Protocol.h
index df6bd2bee..6b6a3b1d8 100644
--- a/src/Protocol/Protocol.h
+++ b/src/Protocol/Protocol.h
@@ -86,6 +86,7 @@ public:
pktExplosion,
pktGameMode,
pktHeldItemChange,
+ pktHorseWindowOpen,
pktInventorySlot,
pktJoinGame,
pktKeepAlive,
@@ -156,6 +157,7 @@ public:
ArrowFlags,
TippedArrowColor,
+ PiercingLevel,
BoatLastHitTime,
BoatForwardDirection,
@@ -172,6 +174,7 @@ public:
FireworkInfo,
FireworkBoostedEntityId,
+ FireworkFromCrossbow,
ItemFrameItem,
ItemFrameRotation,
@@ -227,6 +230,10 @@ public:
TameableAnimalFlags,
TameableAnimalOwner,
+ ThrowableItem,
+
+ TridentLoyaltyLevel,
+
OcelotType,
WolfDamageTaken,
@@ -260,6 +267,7 @@ public:
SpiderClimbing,
WitchAggresive,
+ WitchDrinking,
WitherFirstHeadTarget,
WitherSecondHeadTarget,
@@ -294,6 +302,8 @@ public:
MinecartFurnacePowered,
+ MooshroomType,
+
TNTPrimedFuseTime
};