summaryrefslogtreecommitdiffstats
path: root/src/ClientAction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientAction.h')
-rw-r--r--src/ClientAction.h28
1 files changed, 27 insertions, 1 deletions
diff --git a/src/ClientAction.h b/src/ClientAction.h
index 1844d14c6..33360aaa2 100644
--- a/src/ClientAction.h
+++ b/src/ClientAction.h
@@ -20,7 +20,33 @@ public:
StatsRequest,
Achivement,
CreativeInventory,
- SetProtocolVersion
+ SetProtocolVersion,
+ KeepAlive,
+ UseEntity,
+ PlayerPos,
+ PlayerLook,
+ SlotSelected,
+ EntityCrouch,
+ EntityLeaveBed,
+ EntitySprinting,
+ Unmount,
+ SteerVehicle,
+ WindowClose,
+ WindowClick,
+ EnchantItem,
+ UpdateSign,
+ PlayerAbilities,
+ TabComplete,
+ PluginMessage,
+ CommandBlockChange,
+ UnhandledCommandBlockCommand,
+ SetBrand,
+ BeaconSelection,
+ AnvilItemName,
+ NPCTrade,
+ SetIPString,
+ SetUUID,
+ SetProperties
};
cClientAction(Type a_Type) : m_Type(a_Type) {}