Added TextWrapper

This commit is contained in:
Shoghi Cervantes
2014-10-11 00:01:53 +02:00
parent 0dd46c835c
commit 645c00b2f7
4 changed files with 90 additions and 3 deletions

View File

@ -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";