net.minecraft.util
Class ChatAllowedCharacters

java.lang.Object
  extended by 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.
 
Constructor Summary
ChatAllowedCharacters()
           
 
Method Summary
static String filerAllowedCharacters(String par0Str)
          Filter string by only keeping those characters for which isAllowedCharacter() returns true.
static boolean isAllowedCharacter(char par0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

ChatAllowedCharacters

public ChatAllowedCharacters()
Method Detail

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.