1
0
Fork 0

API docs: Fixed eMonsterType relocation.

This commit is contained in:
Mattes D 2020-04-10 08:19:43 +02:00
parent d4f3d674d1
commit 2cb85a1bcb
1 changed files with 133 additions and 129 deletions

View File

@ -6725,7 +6725,7 @@ These ItemGrids are available in the API and can be manipulated by the plugins,
}, },
Notes = "Sets the specified slot contents", Notes = "Sets the specified slot contents",
}, },
SetEquippedItem = SetEquippedItem =
{ {
Params = Params =
{ {
@ -9182,134 +9182,6 @@ a_Player:OpenWindow(Window);
{ {
Notes = "Family: water (squid)", 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 = ConstantGroups =
{ {
@ -16742,6 +16614,138 @@ end
{ {
Notes = "A wither skull explosion. The SourceData param is the {{cWitherSkullEntity|wither skull entity}} object.", 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 = mtCustom =
{ {
Notes = "Send raw data without any processing", Notes = "Send raw data without any processing",