mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
added some //region ... //endregion
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user