A B C F G I L M N O P R S V

C

canConnectRedstone(IBlockAccess, int, int, int, int) - Method in interface net.minecraft.src.forge.IConnectRedstone
When this returns false, the block at location i, j, k cannot make a redstone connection in the direction given in parameter, otherwise it can.
canHarvestBlock(ItemTool, Block) - Method in interface net.minecraft.src.forge.IHarvestHandler
Return true if the tool in parameter is known to be able to harvest the given block, false if this handler does not know of any particular harvesting.
canHarvestBlock(ItemTool, Block) - Static method in class net.minecraft.src.forge.MinecraftForge
This is not supposed to be called outside of Minecraft internals.
canRenderInPass(int) - Method in interface net.minecraft.src.forge.IMultipassRender
Returns true when the block has things to render in this render pass.
canReplaceBlock(World, int, int, int, int) - Method in interface net.minecraft.src.forge.IOverrideReplace
Return true if this block has to take control over replacement, for the intended replacement given by the parameter bid.
comment - Variable in class net.minecraft.src.forge.Property
 
Configuration - Class in net.minecraft.src.forge
This class offers advanced configurations capabilities, allowing to provide various categories for configuration variables.
Configuration(File) - Constructor for class net.minecraft.src.forge.Configuration
Create a configuration file for the file given in parameter.

A B C F G I L M N O P R S V