public class ChatAllowedCharacters extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
allowedCharacters
This String have the characters allowed in any text drawing of minecraft. 
 | 
static char[] | 
allowedCharactersArray
Array of the special characters that are allowed in any text drawing of Minecraft. 
 | 
| Constructor and Description | 
|---|
ChatAllowedCharacters()  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
filerAllowedCharacters(String par0Str)
Filter string by only keeping those characters for which isAllowedCharacter() returns true. 
 | 
static boolean | 
isAllowedCharacter(char par0)  | 
public static final String allowedCharacters
public static final char[] allowedCharactersArray
public ChatAllowedCharacters()
public static final boolean isAllowedCharacter(char par0)
public static String filerAllowedCharacters(String par0Str)