diff options
author | [IPSA] Chris de Claverie <c.de-claverie@protonmail.com> | 2020-10-01 12:38:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 12:38:10 +0200 |
commit | be841b4769cac98a932148bcdf6013f2dcac4ea2 (patch) | |
tree | 1380521e9145440f9fbeee31c4528fd1a65be431 /Server/Plugins/APIDump/Classes/BlockArea.lua | |
parent | Revert travis changes (diff) | |
download | cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.tar cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.tar.gz cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.tar.bz2 cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.tar.lz cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.tar.xz cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.tar.zst cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.zip |
Diffstat (limited to 'Server/Plugins/APIDump/Classes/BlockArea.lua')
-rw-r--r-- | Server/Plugins/APIDump/Classes/BlockArea.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/Classes/BlockArea.lua b/Server/Plugins/APIDump/Classes/BlockArea.lua index f4c47d063..a826bb713 100644 --- a/Server/Plugins/APIDump/Classes/BlockArea.lua +++ b/Server/Plugins/APIDump/Classes/BlockArea.lua @@ -37,6 +37,9 @@ return <li>Modify blocks inside cBlockArea</li> <li>Write the area back to a world / save to file</li> </ul></p> + <p> + Calls to any setter of this class will not trigger simulator updates (lava, water, redstone). + </p> ]], Functions = { @@ -1621,7 +1624,7 @@ return Type = "number", }, }, - Notes = "Sets the block meta at the specified absolute coords", + Notes = "Sets the block meta at the specified absolute coords.", }, SetBlockSkyLight = { |