diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-03-05 02:44:16 +0100 |
---|---|---|
committer | Julian Laubstein <contact@julianlaubstein.de> | 2017-03-05 02:44:16 +0100 |
commit | d0b956d8c48019228942534b54cab4c8224d82b9 (patch) | |
tree | 9b2789e74d2d04e1f86e549f63ef7fb7162511fb /Server/Plugins/APIDump | |
parent | Add 1.11 entity metadata (#3601) (diff) | |
download | cuberite-d0b956d8c48019228942534b54cab4c8224d82b9.tar cuberite-d0b956d8c48019228942534b54cab4c8224d82b9.tar.gz cuberite-d0b956d8c48019228942534b54cab4c8224d82b9.tar.bz2 cuberite-d0b956d8c48019228942534b54cab4c8224d82b9.tar.lz cuberite-d0b956d8c48019228942534b54cab4c8224d82b9.tar.xz cuberite-d0b956d8c48019228942534b54cab4c8224d82b9.tar.zst cuberite-d0b956d8c48019228942534b54cab4c8224d82b9.zip |
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 609fa46c2..4ffaaee8d 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -4877,13 +4877,14 @@ local Hash = cCryptoHash.sha1HexString("DataToHash") }, GetClassStatic = { + IsStatic = true, Returns = { { Type = "string", }, }, - Notes = "Returns the entity classname that this class implements. Each descendant overrides this function. Is static", + Notes = "Returns the entity classname that this class implements. Each descendant overrides this function.", }, GetEntityType = { @@ -12639,6 +12640,7 @@ a_Player:OpenWindow(Window); }, GetProtocolVersionTextFromInt = { + IsStatic = true, Params = { { |