diff options
author | changyong guo <guo1487@163.com> | 2018-07-23 11:24:00 +0200 |
---|---|---|
committer | peterbell10 <peterbell10@live.co.uk> | 2018-07-23 11:24:00 +0200 |
commit | 01e72ddb6567531b16f92af2564b853878b6ef65 (patch) | |
tree | b91403cec84e0b405448d8fadbc2c39f2270ab47 /Server/Plugins/APIDump | |
parent | Keep players in gmNotSet (#4248) (diff) | |
download | cuberite-01e72ddb6567531b16f92af2564b853878b6ef65.tar cuberite-01e72ddb6567531b16f92af2564b853878b6ef65.tar.gz cuberite-01e72ddb6567531b16f92af2564b853878b6ef65.tar.bz2 cuberite-01e72ddb6567531b16f92af2564b853878b6ef65.tar.lz cuberite-01e72ddb6567531b16f92af2564b853878b6ef65.tar.xz cuberite-01e72ddb6567531b16f92af2564b853878b6ef65.tar.zst cuberite-01e72ddb6567531b16f92af2564b853878b6ef65.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index ee1ed0d04..b6a4ec81e 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -3231,6 +3231,16 @@ local Hash = cCryptoHash.sha1HexString("DataToHash") }, Notes = "Returns the entity classname that this class implements. Each descendant overrides this function.", }, + GetEnchantmentBlastKnockbackReduction = + { + Returns = + { + { + Type = "number", + }, + }, + Notes = "Returns explosion knock back reduction percent from blast protection level.", + }, GetEnchantmentCoverAgainst = { Params = |