mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
added some //region ... //endregion
This commit is contained in:
parent
ff2600a0d0
commit
642c16dfe7
@ -92,7 +92,7 @@ class Effect{
|
||||
self::register(new Effect(Effect::CONDUIT_POWER, "%potion.conduitPower", new Color(0x1d, 0xc2, 0xd1)));
|
||||
}
|
||||
|
||||
/* auto-generated code */
|
||||
//region --- auto-generated code ---
|
||||
|
||||
public static function ABSORPTION() : Effect{
|
||||
return self::get(Effect::ABSORPTION);
|
||||
@ -198,6 +198,8 @@ class Effect{
|
||||
return self::get(Effect::WITHER);
|
||||
}
|
||||
|
||||
//endregion
|
||||
|
||||
/**
|
||||
* @param Effect $effect
|
||||
*/
|
||||
|
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user