diff options
author | Mattes D <github@xoft.cz> | 2020-04-10 08:19:43 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2020-04-10 08:19:43 +0200 |
commit | 2cb85a1bcba73f7bd232d181f0f47512ae148630 (patch) | |
tree | 5c34ad6c9a56f389c51d30d3807d11a5b38b6e6a /Server/Plugins/APIDump | |
parent | Use correct value for zombie villager in 1.13 (diff) | |
download | cuberite-2cb85a1bcba73f7bd232d181f0f47512ae148630.tar cuberite-2cb85a1bcba73f7bd232d181f0f47512ae148630.tar.gz cuberite-2cb85a1bcba73f7bd232d181f0f47512ae148630.tar.bz2 cuberite-2cb85a1bcba73f7bd232d181f0f47512ae148630.tar.lz cuberite-2cb85a1bcba73f7bd232d181f0f47512ae148630.tar.xz cuberite-2cb85a1bcba73f7bd232d181f0f47512ae148630.tar.zst cuberite-2cb85a1bcba73f7bd232d181f0f47512ae148630.zip |
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 262 |
1 files changed, 133 insertions, 129 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index a1dba7448..fe2af77e6 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -6725,7 +6725,7 @@ These ItemGrids are available in the API and can be manipulated by the plugins, }, Notes = "Sets the specified slot contents", }, - SetEquippedItem = + SetEquippedItem = { Params = { @@ -9182,134 +9182,6 @@ a_Player:OpenWindow(Window); { Notes = "Family: water (squid)", }, - mtBat = - { - Notes = "", - }, - mtBlaze = - { - Notes = "", - }, - mtCaveSpider = - { - Notes = "", - }, - mtChicken = - { - Notes = "", - }, - mtCow = - { - Notes = "", - }, - mtCreeper = - { - Notes = "", - }, - mtEnderDragon = - { - Notes = "", - }, - mtEnderman = - { - Notes = "", - }, - mtGhast = - { - Notes = "", - }, - mtGiant = - { - Notes = "", - }, - mtHorse = - { - Notes = "", - }, - mtInvalidType = - { - Notes = "Invalid monster type. Returned when monster type not recognized", - }, - mtIronGolem = - { - Notes = "", - }, - mtMagmaCube = - { - Notes = "", - }, - mtMooshroom = - { - Notes = "", - }, - mtOcelot = - { - Notes = "", - }, - mtPig = - { - Notes = "", - }, - mtSheep = - { - Notes = "", - }, - mtSilverfish = - { - Notes = "", - }, - mtSkeleton = - { - Notes = "", - }, - mtSlime = - { - Notes = "", - }, - mtSnowGolem = - { - Notes = "", - }, - mtSpider = - { - Notes = "", - }, - mtSquid = - { - Notes = "", - }, - mtVillager = - { - Notes = "", - }, - mtWitch = - { - Notes = "", - }, - mtWither = - { - Notes = "", - }, - mtWitherSkeleton = - { - Notes = "", - }, - mtWolf = - { - Notes = "", - }, - mtZombie = - { - Notes = "", - }, - mtZombiePigman = - { - Notes = "", - }, - mtZombieVillager = - { - Notes = "", - }, }, ConstantGroups = { @@ -16742,6 +16614,138 @@ end { Notes = "A wither skull explosion. The SourceData param is the {{cWitherSkullEntity|wither skull entity}} object.", }, + + -- eMonsterType: + mtBat = + { + Notes = "", + }, + mtBlaze = + { + Notes = "", + }, + mtCaveSpider = + { + Notes = "", + }, + mtChicken = + { + Notes = "", + }, + mtCow = + { + Notes = "", + }, + mtCreeper = + { + Notes = "", + }, + mtEnderDragon = + { + Notes = "", + }, + mtEnderman = + { + Notes = "", + }, + mtGhast = + { + Notes = "", + }, + mtGiant = + { + Notes = "", + }, + mtHorse = + { + Notes = "", + }, + mtInvalidType = + { + Notes = "Invalid monster type. Returned when monster type not recognized", + }, + mtIronGolem = + { + Notes = "", + }, + mtMagmaCube = + { + Notes = "", + }, + mtMooshroom = + { + Notes = "", + }, + mtOcelot = + { + Notes = "", + }, + mtPig = + { + Notes = "", + }, + mtSheep = + { + Notes = "", + }, + mtSilverfish = + { + Notes = "", + }, + mtSkeleton = + { + Notes = "", + }, + mtSlime = + { + Notes = "", + }, + mtSnowGolem = + { + Notes = "", + }, + mtSpider = + { + Notes = "", + }, + mtSquid = + { + Notes = "", + }, + mtVillager = + { + Notes = "", + }, + mtWitch = + { + Notes = "", + }, + mtWither = + { + Notes = "", + }, + mtWitherSkeleton = + { + Notes = "", + }, + mtWolf = + { + Notes = "", + }, + mtZombie = + { + Notes = "", + }, + mtZombiePigman = + { + Notes = "", + }, + mtZombieVillager = + { + Notes = "", + }, + + -- eMessageType: mtCustom = { Notes = "Send raw data without any processing", |