addCustomCategoryComment(String category, String comment) | net.minecraftforge.common.Configuration | |
ALLOWED_CHARS | net.minecraftforge.common.Configuration | static |
allowedProperties | net.minecraftforge.common.Configuration | static |
CATEGORY_BLOCK | net.minecraftforge.common.Configuration | static |
CATEGORY_GENERAL | net.minecraftforge.common.Configuration | static |
CATEGORY_ITEM | net.minecraftforge.common.Configuration | static |
CATEGORY_SPLITTER | net.minecraftforge.common.Configuration | static |
Configuration() | net.minecraftforge.common.Configuration | |
Configuration(File file) | net.minecraftforge.common.Configuration | |
Configuration(File file, boolean caseSensitiveCustomCategories) | net.minecraftforge.common.Configuration | |
DEFAULT_ENCODING | net.minecraftforge.common.Configuration | static |
defaultEncoding | net.minecraftforge.common.Configuration | |
enableGlobalConfig() | net.minecraftforge.common.Configuration | static |
get(String category, String key, int defaultValue) | net.minecraftforge.common.Configuration | |
get(String category, String key, int defaultValue, String comment) | net.minecraftforge.common.Configuration | |
get(String category, String key, boolean defaultValue) | net.minecraftforge.common.Configuration | |
get(String category, String key, boolean defaultValue, String comment) | net.minecraftforge.common.Configuration | |
get(String category, String key, double defaultValue) | net.minecraftforge.common.Configuration | |
get(String category, String key, double defaultValue, String comment) | net.minecraftforge.common.Configuration | |
get(String category, String key, String defaultValue) | net.minecraftforge.common.Configuration | |
get(String category, String key, String defaultValue, String comment) | net.minecraftforge.common.Configuration | |
get(String category, String key, String[] defaultValue) | net.minecraftforge.common.Configuration | |
get(String category, String key, String[] defaultValue, String comment) | net.minecraftforge.common.Configuration | |
get(String category, String key, int[] defaultValue) | net.minecraftforge.common.Configuration | |
get(String category, String key, int[] defaultValue, String comment) | net.minecraftforge.common.Configuration | |
get(String category, String key, double[] defaultValue) | net.minecraftforge.common.Configuration | |
get(String category, String key, double[] defaultValue, String comment) | net.minecraftforge.common.Configuration | |
get(String category, String key, boolean[] defaultValue) | net.minecraftforge.common.Configuration | |
get(String category, String key, boolean[] defaultValue, String comment) | net.minecraftforge.common.Configuration | |
get(String category, String key, String defaultValue, String comment, Property.Type type) | net.minecraftforge.common.Configuration | |
get(String category, String key, String[] defaultValue, String comment, Property.Type type) | net.minecraftforge.common.Configuration | |
getBlock(String key, int defaultID) | net.minecraftforge.common.Configuration | |
getBlock(String key, int defaultID, String comment) | net.minecraftforge.common.Configuration | |
getBlock(String category, String key, int defaultID) | net.minecraftforge.common.Configuration | |
getBlock(String category, String key, int defaultID, String comment) | net.minecraftforge.common.Configuration | |
getCategory(String category) | net.minecraftforge.common.Configuration | |
getCategoryNames() | net.minecraftforge.common.Configuration | |
getItem(String key, int defaultID) | net.minecraftforge.common.Configuration | |
getItem(String key, int defaultID, String comment) | net.minecraftforge.common.Configuration | |
getItem(String category, String key, int defaultID) | net.minecraftforge.common.Configuration | |
getItem(String category, String key, int defaultID, String comment) | net.minecraftforge.common.Configuration | |
getTerrainBlock(String category, String key, int defaultID, String comment) | net.minecraftforge.common.Configuration | |
hasCategory(String category) | net.minecraftforge.common.Configuration | |
hasChanged() | net.minecraftforge.common.Configuration | |
hasKey(String category, String key) | net.minecraftforge.common.Configuration | |
isChild | net.minecraftforge.common.Configuration | |
load() | net.minecraftforge.common.Configuration | |
NEW_LINE | net.minecraftforge.common.Configuration | static |
removeCategory(ConfigCategory category) | net.minecraftforge.common.Configuration | |
save() | net.minecraftforge.common.Configuration | |