diff options
author | madmaxoft <github@xoft.cz> | 2013-09-29 08:59:46 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-29 08:59:46 +0200 |
commit | 425073c4aa111a46ceb9ee2101f98b649c5ca8e8 (patch) | |
tree | 6d7d52a61baf3e543b8b27c697c59671430d465e /MCServer/Plugins/APIDump/APIDesc.lua | |
parent | APIDump: Linkified cDropSpenser constants. (diff) | |
download | cuberite-425073c4aa111a46ceb9ee2101f98b649c5ca8e8.tar cuberite-425073c4aa111a46ceb9ee2101f98b649c5ca8e8.tar.gz cuberite-425073c4aa111a46ceb9ee2101f98b649c5ca8e8.tar.bz2 cuberite-425073c4aa111a46ceb9ee2101f98b649c5ca8e8.tar.lz cuberite-425073c4aa111a46ceb9ee2101f98b649c5ca8e8.tar.xz cuberite-425073c4aa111a46ceb9ee2101f98b649c5ca8e8.tar.zst cuberite-425073c4aa111a46ceb9ee2101f98b649c5ca8e8.zip |
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index e026e49d0..65d551d7e 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -879,6 +879,7 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(), Desc = "", Functions = {}, Constants = {}, + Inherits = "cProjectileEntity", } , cGroup = @@ -1063,10 +1064,10 @@ These ItemGrids are available in the API and can be manipulated by the plugins, Desc = [[This class represents a 2D array of items. It is used as the underlying storage and API for all cases that use a grid of items: <li>Chest contents</li> <li>(TODO) Chest minecart contents</li> -<li>Dispenser contents</li> -<li>Dropper contents</li> -<li>(TODO) Furnace contents (?)</li> -<li>(TODO) Hopper contents</li> +<li>{{cDispenserEntity|Dispenser|| contents</li> +<li>{{cDropperEntity|Dropper}} contents</li> +<li>{{cFurnaceEntity|Furnace}} contents (?)</li> +<li>{{cHopperEntity|Hopper}} contents</li> <li>(TODO) Hopper minecart contents</li> <li>Player Inventory areas</li> <li>(TODO) Trapped chest contents</li> @@ -1225,6 +1226,7 @@ a_Player:OpenWindow(Window); ]], }, }, -- AdditionalInfo + Inherits = "cWindow", }, -- cLuaWindow cMonster = |