diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-05-01 12:59:18 +0200 |
---|---|---|
committer | Lukas Pioch <lukas@zgow.de> | 2017-05-02 06:10:36 +0200 |
commit | f709f74aeb566fc0edf95e32f3914f007b2383d4 (patch) | |
tree | 149e6ad08c0c1c44689026a7b5ff5e6e24b284b9 /Server/Plugins/APIDump/Classes/BlockEntities.lua | |
parent | Don't return const ref params and removed functions from (diff) | |
download | cuberite-f709f74aeb566fc0edf95e32f3914f007b2383d4.tar cuberite-f709f74aeb566fc0edf95e32f3914f007b2383d4.tar.gz cuberite-f709f74aeb566fc0edf95e32f3914f007b2383d4.tar.bz2 cuberite-f709f74aeb566fc0edf95e32f3914f007b2383d4.tar.lz cuberite-f709f74aeb566fc0edf95e32f3914f007b2383d4.tar.xz cuberite-f709f74aeb566fc0edf95e32f3914f007b2383d4.tar.zst cuberite-f709f74aeb566fc0edf95e32f3914f007b2383d4.zip |
Diffstat (limited to 'Server/Plugins/APIDump/Classes/BlockEntities.lua')
-rw-r--r-- | Server/Plugins/APIDump/Classes/BlockEntities.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Server/Plugins/APIDump/Classes/BlockEntities.lua b/Server/Plugins/APIDump/Classes/BlockEntities.lua index da47c4acc..bae9030c4 100644 --- a/Server/Plugins/APIDump/Classes/BlockEntities.lua +++ b/Server/Plugins/APIDump/Classes/BlockEntities.lua @@ -622,12 +622,6 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(), Type = "string", }, }, - Returns = - { - { - Type = "string", - }, - }, Notes = "Sets the command", }, }, @@ -760,17 +754,6 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(), }, Notes = "Adjusts the block coords to where the dropspenser items materialize", }, - SetRedstonePower = - { - Params = - { - { - Name = "IsPowered", - Type = "boolean", - }, - }, - Notes = "Sets the redstone status of the dropspenser. If the redstone power goes from off to on, the dropspenser will be activated", - }, }, Constants = { |