diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2021-04-05 02:38:43 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-04-12 23:35:07 +0200 |
commit | 4cd49d7eca5f8fd53eb98577a1f218a5086704bb (patch) | |
tree | 09bf29a1d30a37445796ed70867f934435c4261f /Server/Plugins/APIDump/APIDesc.lua | |
parent | Fixed generator for the Mega Taiga biome (#5129) (diff) | |
download | cuberite-4cd49d7eca5f8fd53eb98577a1f218a5086704bb.tar cuberite-4cd49d7eca5f8fd53eb98577a1f218a5086704bb.tar.gz cuberite-4cd49d7eca5f8fd53eb98577a1f218a5086704bb.tar.bz2 cuberite-4cd49d7eca5f8fd53eb98577a1f218a5086704bb.tar.lz cuberite-4cd49d7eca5f8fd53eb98577a1f218a5086704bb.tar.xz cuberite-4cd49d7eca5f8fd53eb98577a1f218a5086704bb.tar.zst cuberite-4cd49d7eca5f8fd53eb98577a1f218a5086704bb.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 3fba7a37b..bffc40928 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -9138,24 +9138,6 @@ a_Player:OpenWindow(Window); }, Notes = "Returns the relative walk speed of this mob. Standard is 1.0", }, - GetSpawnDelay = - { - IsStatic = true, - Params = - { - { - Name = "MobFamily", - Type = "cMonster#eFamily", - }, - }, - Returns = - { - { - Type = "number", - }, - }, - Notes = "Returns the spawn delay - the number of game ticks between spawn attempts - for the specified mob family.", - }, HasCustomName = { Returns = @@ -11392,10 +11374,6 @@ a_Player:OpenWindow(Window); }, Constants = { - EATING_TICKS = - { - Notes = "Number of ticks required for consuming an item.", - }, MAX_FOOD_LEVEL = { Notes = "The maximum food level value. When the food level is at this value, the player cannot eat.", |