mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Mark KnownTranslationKeys and KnownTranslationFactory as @internal
This commit is contained in:
parent
cba00bf1e2
commit
ede07c4314
@ -95,6 +95,8 @@ function generate_known_translation_keys(array $languageDefinitions) : void{
|
|||||||
/**
|
/**
|
||||||
* This class contains constants for all the translations known to PocketMine-MP as per the used version of pmmp/Language.
|
* This class contains constants for all the translations known to PocketMine-MP as per the used version of pmmp/Language.
|
||||||
* This class is generated automatically, do NOT modify it by hand.
|
* This class is generated automatically, do NOT modify it by hand.
|
||||||
|
*
|
||||||
|
* @internal
|
||||||
*/
|
*/
|
||||||
final class KnownTranslationKeys{
|
final class KnownTranslationKeys{
|
||||||
|
|
||||||
@ -127,6 +129,8 @@ function generate_known_translation_factory(array $languageDefinitions) : void{
|
|||||||
* This class contains factory methods for all the translations known to PocketMine-MP as per the used version of
|
* This class contains factory methods for all the translations known to PocketMine-MP as per the used version of
|
||||||
* pmmp/Language.
|
* pmmp/Language.
|
||||||
* This class is generated automatically, do NOT modify it by hand.
|
* This class is generated automatically, do NOT modify it by hand.
|
||||||
|
*
|
||||||
|
* @internal
|
||||||
*/
|
*/
|
||||||
final class KnownTranslationFactory{
|
final class KnownTranslationFactory{
|
||||||
|
|
||||||
|
@ -27,6 +27,8 @@ namespace pocketmine\lang;
|
|||||||
* This class contains factory methods for all the translations known to PocketMine-MP as per the used version of
|
* This class contains factory methods for all the translations known to PocketMine-MP as per the used version of
|
||||||
* pmmp/Language.
|
* pmmp/Language.
|
||||||
* This class is generated automatically, do NOT modify it by hand.
|
* This class is generated automatically, do NOT modify it by hand.
|
||||||
|
*
|
||||||
|
* @internal
|
||||||
*/
|
*/
|
||||||
final class KnownTranslationFactory{
|
final class KnownTranslationFactory{
|
||||||
public static function ability_flight() : Translatable{
|
public static function ability_flight() : Translatable{
|
||||||
|
@ -26,6 +26,8 @@ namespace pocketmine\lang;
|
|||||||
/**
|
/**
|
||||||
* This class contains constants for all the translations known to PocketMine-MP as per the used version of pmmp/Language.
|
* This class contains constants for all the translations known to PocketMine-MP as per the used version of pmmp/Language.
|
||||||
* This class is generated automatically, do NOT modify it by hand.
|
* This class is generated automatically, do NOT modify it by hand.
|
||||||
|
*
|
||||||
|
* @internal
|
||||||
*/
|
*/
|
||||||
final class KnownTranslationKeys{
|
final class KnownTranslationKeys{
|
||||||
public const ABILITY_FLIGHT = "ability.flight";
|
public const ABILITY_FLIGHT = "ability.flight";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user