Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class MinecraftDefaults |
||
8 | { |
||
9 | public const UUID = '8667ba71b85a4004af54457a9734eed7'; |
||
10 | public const USERNAME = 'Steve'; |
||
11 | public const STEVE_DEFAULT_SKIN_NAME = 'steve_default_skin'; |
||
12 | public const ALEX_DEFAULT_SKIN_NAME = 'alex_default_skin'; |
||
13 | |||
14 | /** |
||
15 | * @return string |
||
16 | * @throws \Exception |
||
17 | */ |
||
18 | public static function getRandomDefaultSkin(): string |
||
23 |