net.minecraft.src
Class ChatAllowedCharacters

java.lang.Object
  extended by net.minecraft.src.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[] invalidFilenameCharacters
          Array of special characters that may not be used in a filename.
 
Constructor Summary
ChatAllowedCharacters()
           
 
Method Summary
static String filerAllowedCharacters(String par0Str)
           
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.


invalidFilenameCharacters

public static final char[] invalidFilenameCharacters
Array of special characters that may not be used in a filename. GuiCreateWorld will replace these with an underscore when creating world save directory.

Constructor Detail

ChatAllowedCharacters

public ChatAllowedCharacters()
Method Detail

isAllowedCharacter

public static final boolean isAllowedCharacter(char par0)

filerAllowedCharacters

public static String filerAllowedCharacters(String par0Str)