diff options
author | Alexander Harkness <me@bearbin.net> | 2017-09-07 10:59:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 10:59:08 +0200 |
commit | e33eb529addf7ca8870a02725e74d7120912eb6e (patch) | |
tree | 351db4a5555f2a8bf3b8ea905c90edfbbcf2f4d5 /Server/Plugins/APIDump/APIDesc.lua | |
parent | Updated APIDoc (#3985) (diff) | |
download | cuberite-e33eb529addf7ca8870a02725e74d7120912eb6e.tar cuberite-e33eb529addf7ca8870a02725e74d7120912eb6e.tar.gz cuberite-e33eb529addf7ca8870a02725e74d7120912eb6e.tar.bz2 cuberite-e33eb529addf7ca8870a02725e74d7120912eb6e.tar.lz cuberite-e33eb529addf7ca8870a02725e74d7120912eb6e.tar.xz cuberite-e33eb529addf7ca8870a02725e74d7120912eb6e.tar.zst cuberite-e33eb529addf7ca8870a02725e74d7120912eb6e.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 0122a3e4f..3a4e81f0c 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -8812,7 +8812,7 @@ a_Player:OpenWindow(Window); } }, Notes = "Leash the monster to an entity.", - }, + }, MobTypeToString = { IsStatic = true, @@ -10351,6 +10351,16 @@ a_Player:OpenWindow(Window); }, Notes = "Returns true if the player is currently eating the item in their hand.", }, + IsFireproof = + { + Returns = + { + { + Type = "boolean", + }, + }, + Notes = "Returns true if a player is fireproof. This is when the flag has been explicitly set, or the player is in creative or spectator mode.", + }, IsFishing = { Returns = @@ -15748,7 +15758,7 @@ end E_ITEM_LEASH = { Notes = "The itemtype for lead (E_ITEM_LEAD synonym)" - }, + }, E_ITEM_LEATHER = { Notes = "The itemtype for leather" @@ -17478,4 +17488,3 @@ end "__.*__", }, } - |