summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/Classes/BlockEntities.lua
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-03-07 17:51:43 +0100
committerHowaner <franzi.moos@googlemail.com>2014-03-07 17:51:43 +0100
commiteff054027face23320f55a01fe5884fe285204b6 (patch)
treedba338b4dce3afc64f52a4d38ec3f53d4f75406b /MCServer/Plugins/APIDump/Classes/BlockEntities.lua
parentAdd missing documentation files (diff)
downloadcuberite-eff054027face23320f55a01fe5884fe285204b6.tar
cuberite-eff054027face23320f55a01fe5884fe285204b6.tar.gz
cuberite-eff054027face23320f55a01fe5884fe285204b6.tar.bz2
cuberite-eff054027face23320f55a01fe5884fe285204b6.tar.lz
cuberite-eff054027face23320f55a01fe5884fe285204b6.tar.xz
cuberite-eff054027face23320f55a01fe5884fe285204b6.tar.zst
cuberite-eff054027face23320f55a01fe5884fe285204b6.zip
Diffstat (limited to 'MCServer/Plugins/APIDump/Classes/BlockEntities.lua')
-rw-r--r--MCServer/Plugins/APIDump/Classes/BlockEntities.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/MCServer/Plugins/APIDump/Classes/BlockEntities.lua b/MCServer/Plugins/APIDump/Classes/BlockEntities.lua
index 3deb50ade..de42f66df 100644
--- a/MCServer/Plugins/APIDump/Classes/BlockEntities.lua
+++ b/MCServer/Plugins/APIDump/Classes/BlockEntities.lua
@@ -247,8 +247,8 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(),
Functions =
{
IsItemInPot = { Params = "", Return = "bool", Notes = "Is a flower in the pot?" },
- GetItem = { Params = "", Return = "cItem", Notes = "Returns the item in the flower pot." },
- SetItem = { Params = "cItem", Return = "", Notes = "Set the item in the flower pot" },
+ GetItem = { Params = "", Return = "{{cItem|Item}}", Notes = "Returns the item in the flower pot." },
+ SetItem = { Params = "{{cItem|Item}}", Return = "", Notes = "Set the item in the flower pot" },
},
Inherits = "cBlockEntity";
}, -- cFlowerPotEntity