added some //region ... //endregion

This commit is contained in:
Dylan K. Taylor
2019-05-16 14:35:34 +01:00
parent ff2600a0d0
commit 642c16dfe7
2 changed files with 7 additions and 1 deletions

View File

@ -140,6 +140,8 @@ class Enchantment{
self::register(new Enchantment(self::VANISHING, "%enchantment.curse.vanishing", self::RARITY_MYTHIC, self::SLOT_NONE, self::SLOT_ALL, 1));
}
//region --- auto-generated code ---
public static function BLAST_PROTECTION() : Enchantment{
return self::get(self::BLAST_PROTECTION);
}
@ -216,6 +218,8 @@ class Enchantment{
return self::get(self::VANISHING);
}
//endregion
/**
* Registers an enchantment type.
*