diff options
author | Mattes D <github@xoft.cz> | 2015-04-13 12:33:25 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-04-13 12:33:25 +0200 |
commit | 29af16143e19bc6b1ba3b168c5020657969f83a4 (patch) | |
tree | f93fcae7de9be73f36c5f9f0298bdc11ce4768b5 /MCServer/Plugins/APIDump/APIDesc.lua | |
parent | HookNotify: Rewritten for generic hooks. (diff) | |
download | cuberite-29af16143e19bc6b1ba3b168c5020657969f83a4.tar cuberite-29af16143e19bc6b1ba3b168c5020657969f83a4.tar.gz cuberite-29af16143e19bc6b1ba3b168c5020657969f83a4.tar.bz2 cuberite-29af16143e19bc6b1ba3b168c5020657969f83a4.tar.lz cuberite-29af16143e19bc6b1ba3b168c5020657969f83a4.tar.xz cuberite-29af16143e19bc6b1ba3b168c5020657969f83a4.tar.zst cuberite-29af16143e19bc6b1ba3b168c5020657969f83a4.zip |
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 025e9470d..671a044e0 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -2031,8 +2031,6 @@ cPluginManager.AddHook(cPluginManager.HOOK_CHAT, OnChatMessage); HOOK_HOPPER_PUSHING_ITEM = { Notes = "Called when a hopper is pushing an item into the container it is aimed at." }, HOOK_KILLING = { Notes = "Called when an entity has just been killed. A plugin may resurrect the entity by setting its health to above zero." }, HOOK_LOGIN = { Notes = "Called when a Login packet is sent to the client, before the client is queued for authentication." }, - HOOK_MAX = { Notes = "The maximum TypeID of a hook. Used internally by MCS to check hook type for validity." }, - HOOK_NUM_HOOKS = { Notes = "Total number of hook types MCS supports. Used internally by MCS to check hook type for validity." }, HOOK_PLAYER_ANIMATION = { Notes = "Called when a client send the Animation packet." }, HOOK_PLAYER_BREAKING_BLOCK = { Notes = "Called when a player is about to break a block. A plugin may cancel the event." }, HOOK_PLAYER_BROKEN_BLOCK = { Notes = "Called after a player has broken a block." }, |