| addBiome(BiomeGenBase biome) | cpw.mods.fml.common.registry.GameRegistry | static |
| addRecipe(ItemStack output, Object...params) | cpw.mods.fml.common.registry.GameRegistry | static |
| addRecipe(IRecipe recipe) | cpw.mods.fml.common.registry.GameRegistry | static |
| addShapedRecipe(ItemStack output, Object...params) | cpw.mods.fml.common.registry.GameRegistry | static |
| addShapelessRecipe(ItemStack output, Object...params) | cpw.mods.fml.common.registry.GameRegistry | static |
| addSmelting(int input, ItemStack output, float xp) | cpw.mods.fml.common.registry.GameRegistry | static |
| buildBlock(ModContainer container, Class<?> type, Block annotation) | cpw.mods.fml.common.registry.GameRegistry | static |
| findBlock(String modId, String name) | cpw.mods.fml.common.registry.GameRegistry | static |
| findItem(String modId, String name) | cpw.mods.fml.common.registry.GameRegistry | static |
| findItemStack(String modId, String name, int stackSize) | cpw.mods.fml.common.registry.GameRegistry | static |
| generateWorld(int chunkX, int chunkZ, World world, IChunkProvider chunkGenerator, IChunkProvider chunkProvider) | cpw.mods.fml.common.registry.GameRegistry | static |
| getFuelValue(ItemStack itemStack) | cpw.mods.fml.common.registry.GameRegistry | static |
| onItemCrafted(EntityPlayer player, ItemStack item, IInventory craftMatrix) | cpw.mods.fml.common.registry.GameRegistry | static |
| onItemSmelted(EntityPlayer player, ItemStack item) | cpw.mods.fml.common.registry.GameRegistry | static |
| onPickupNotification(EntityPlayer player, EntityItem item) | cpw.mods.fml.common.registry.GameRegistry | static |
| onPlayerChangedDimension(EntityPlayer player) | cpw.mods.fml.common.registry.GameRegistry | static |
| onPlayerLogin(EntityPlayer player) | cpw.mods.fml.common.registry.GameRegistry | static |
| onPlayerLogout(EntityPlayer player) | cpw.mods.fml.common.registry.GameRegistry | static |
| onPlayerRespawn(EntityPlayer player) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerBlock(net.minecraft.block.Block block) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerBlock(net.minecraft.block.Block block, String name) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerBlock(net.minecraft.block.Block block, Class<?extends ItemBlock > itemclass) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerBlock(net.minecraft.block.Block block, Class<?extends ItemBlock > itemclass, String name) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerBlock(net.minecraft.block.Block block, Class<?extends ItemBlock > itemclass, String name, String modId) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerCraftingHandler(ICraftingHandler handler) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerCustomItemStack(String name, ItemStack itemStack) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerFuelHandler(IFuelHandler handler) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerItem(net.minecraft.item.Item item, String name) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerItem(net.minecraft.item.Item item, String name, String modId) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerPickupHandler(IPickupNotifier handler) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerPlayerTracker(IPlayerTracker tracker) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerTileEntity(Class<?extends TileEntity > tileEntityClass, String id) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerTileEntityWithAlternatives(Class<?extends TileEntity > tileEntityClass, String id, String...alternatives) | cpw.mods.fml.common.registry.GameRegistry | static |
| registerWorldGenerator(IWorldGenerator generator) | cpw.mods.fml.common.registry.GameRegistry | static |
| removeBiome(BiomeGenBase biome) | cpw.mods.fml.common.registry.GameRegistry | static |