mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Added TextWrapper
This commit is contained in:
@ -21,11 +21,10 @@
|
||||
|
||||
namespace pocketmine\utils;
|
||||
|
||||
|
||||
/**
|
||||
* Class used to handle Minecraft chat format, and convert it to other formats like ANSI or HTML
|
||||
*/
|
||||
class TextFormat{
|
||||
abstract class TextFormat{
|
||||
const BLACK = "§0";
|
||||
const DARK_BLUE = "§1";
|
||||
const DARK_GREEN = "§2";
|
||||
|
Reference in New Issue
Block a user