summaryrefslogtreecommitdiffstats
path: root/MCServer
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-04-13 12:33:25 +0200
committerMattes D <github@xoft.cz>2015-04-13 12:33:25 +0200
commit29af16143e19bc6b1ba3b168c5020657969f83a4 (patch)
treef93fcae7de9be73f36c5f9f0298bdc11ce4768b5 /MCServer
parentHookNotify: Rewritten for generic hooks. (diff)
downloadcuberite-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')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua2
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." },