summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2013-12-14 16:40:51 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2013-12-14 16:40:51 +0100
commita4393dbf6cfe2dbc6fadbd0b031de77208b90361 (patch)
tree22500a7d0198fb4a826feffe91bca70d4660fe50 /MCServer/Plugins
parentMerge pull request #426 from SamJBarney/master (diff)
downloadcuberite-a4393dbf6cfe2dbc6fadbd0b031de77208b90361.tar
cuberite-a4393dbf6cfe2dbc6fadbd0b031de77208b90361.tar.gz
cuberite-a4393dbf6cfe2dbc6fadbd0b031de77208b90361.tar.bz2
cuberite-a4393dbf6cfe2dbc6fadbd0b031de77208b90361.tar.lz
cuberite-a4393dbf6cfe2dbc6fadbd0b031de77208b90361.tar.xz
cuberite-a4393dbf6cfe2dbc6fadbd0b031de77208b90361.tar.zst
cuberite-a4393dbf6cfe2dbc6fadbd0b031de77208b90361.zip
Diffstat (limited to 'MCServer/Plugins')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 75d5c011f..b7dddec05 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -1862,6 +1862,17 @@ end
},
}, -- cServer
+ cTNTEntity =
+ {
+ Desc = "This class manages a TNT entity.",
+ Functions =
+ {
+ GetCounterTime = { Return = "number", Notes = "Returns the time until the entity explodes." },
+ GetMaxFuseTime = { Return = "number", Notes = "Returns how long the fuse was." },
+ },
+ Inherits = "cEntity",
+ },
+
cTracer =
{
Desc = [[