summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-12-04 18:13:26 +0100
committerMattes D <github@xoft.cz>2016-12-04 18:13:26 +0100
commit7e8f66cf948fef160b0f55706470a235667c26d4 (patch)
tree5b8176aa17aefb0b177f8441a4688a990342f5ef
parentFix floating large trees (#3460) (diff)
downloadcuberite-7e8f66cf948fef160b0f55706470a235667c26d4.tar
cuberite-7e8f66cf948fef160b0f55706470a235667c26d4.tar.gz
cuberite-7e8f66cf948fef160b0f55706470a235667c26d4.tar.bz2
cuberite-7e8f66cf948fef160b0f55706470a235667c26d4.tar.lz
cuberite-7e8f66cf948fef160b0f55706470a235667c26d4.tar.xz
cuberite-7e8f66cf948fef160b0f55706470a235667c26d4.tar.zst
cuberite-7e8f66cf948fef160b0f55706470a235667c26d4.zip
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua44
1 files changed, 22 insertions, 22 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 4bc3fc096..2ed3b861f 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -402,16 +402,6 @@ return
Type = "number",
},
{
- Name = "BlockLight",
- Type = "number",
- IsOptional = true,
- },
- {
- Name = "BlockSkyLight",
- Type = "number",
- IsOptional = true,
- },
- {
Name = "MaxRelX",
Type = "number",
},
@@ -444,6 +434,16 @@ return
Type = "number",
IsOptional = true,
},
+ {
+ Name = "BlockLight",
+ Type = "number",
+ IsOptional = true,
+ },
+ {
+ Name = "BlockSkyLight",
+ Type = "number",
+ IsOptional = true,
+ },
},
Notes = "Fills the specified cuboid with the same values (like Fill() ).",
},
@@ -1277,16 +1277,6 @@ return
Type = "number",
},
{
- Name = "BlockLight",
- Type = "number",
- IsOptional = true,
- },
- {
- Name = "BlockSkyLight",
- Type = "number",
- IsOptional = true,
- },
- {
Name = "RelY1",
Type = "number",
},
@@ -1319,6 +1309,16 @@ return
Type = "number",
IsOptional = true,
},
+ {
+ Name = "BlockLight",
+ Type = "number",
+ IsOptional = true,
+ },
+ {
+ Name = "BlockSkyLight",
+ Type = "number",
+ IsOptional = true,
+ },
},
Notes = "Draws a line between the two specified points. Sets only datatypes specified by DataTypes (baXXX constants).",
},
@@ -1677,7 +1677,7 @@ return
},
{
Name = "MinPoint",
- Type = "number",
+ Type = "Vector3i",
},
},
Returns =
@@ -1698,7 +1698,7 @@ return
},
{
Name = "MinPoint",
- Type = "number",
+ Type = "Vector3i",
},
{
Name = "DataTypes",