public class ChatAllowedCharacters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 java.lang.String |
filterAllowedCharacters(java.lang.String input)
Filter string by only keeping those characters for which isAllowedCharacter() returns true.
|
static boolean |
isAllowedCharacter(char character) |