net.minecraft.src
Class ChatAllowedCharacters
java.lang.Object
net.minecraft.src.ChatAllowedCharacters
public class ChatAllowedCharacters
- extends Object
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.
ChatAllowedCharacters
public ChatAllowedCharacters()
isAllowedCharacter
public static final boolean isAllowedCharacter(char par0)
filerAllowedCharacters
public static String filerAllowedCharacters(String par0Str)