summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/BlockEntities.lua
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-10-03 16:24:47 +0200
committerMattes D <github@xoft.cz>2016-10-03 16:24:47 +0200
commit437ac874a052619a554b3df94ed8b1d4eb0a1ee9 (patch)
tree041a6a1d4635abeb95d7b2be41fd65a9691a5d14 /Server/Plugins/APIDump/Classes/BlockEntities.lua
parentAPIDump: Fixed description for schematic file loading. (diff)
downloadcuberite-437ac874a052619a554b3df94ed8b1d4eb0a1ee9.tar
cuberite-437ac874a052619a554b3df94ed8b1d4eb0a1ee9.tar.gz
cuberite-437ac874a052619a554b3df94ed8b1d4eb0a1ee9.tar.bz2
cuberite-437ac874a052619a554b3df94ed8b1d4eb0a1ee9.tar.lz
cuberite-437ac874a052619a554b3df94ed8b1d4eb0a1ee9.tar.xz
cuberite-437ac874a052619a554b3df94ed8b1d4eb0a1ee9.tar.zst
cuberite-437ac874a052619a554b3df94ed8b1d4eb0a1ee9.zip
Diffstat (limited to 'Server/Plugins/APIDump/Classes/BlockEntities.lua')
-rw-r--r--Server/Plugins/APIDump/Classes/BlockEntities.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Server/Plugins/APIDump/Classes/BlockEntities.lua b/Server/Plugins/APIDump/Classes/BlockEntities.lua
index 3f3552c99..7616d7180 100644
--- a/Server/Plugins/APIDump/Classes/BlockEntities.lua
+++ b/Server/Plugins/APIDump/Classes/BlockEntities.lua
@@ -1254,7 +1254,7 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(),
{
{
Name = "MobType",
- Type = "Globals#MobType",
+ Type = "eMonsterType",
},
},
Notes = "Returns the entity type that will be spawn by this mob spawner.",
@@ -1306,7 +1306,7 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(),
{
{
Name = "MobType",
- Type = "Globals#MobType",
+ Type = "eMonsterType",
},
},
Notes = "Sets the type of the mob that will be spawned by this mob spawner.",