net.minecraft.util
Class ChatAllowedCharacters
java.lang.Object
net.minecraft.util.ChatAllowedCharacters
public class ChatAllowedCharacters
- extends Object
Field Summary |
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. |
allowedCharacters
public static final String allowedCharacters
- This String have the characters allowed in any text drawing of minecraft.
allowedCharactersArray
public static final char[] allowedCharactersArray
- Array of the special characters that are allowed in any text drawing of Minecraft.
ChatAllowedCharacters
public ChatAllowedCharacters()
isAllowedCharacter
public static final boolean isAllowedCharacter(char par0)
filerAllowedCharacters
public static String filerAllowedCharacters(String par0Str)
- Filter string by only keeping those characters for which isAllowedCharacter() returns true.