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

I

IBlockSecondaryProperties - Interface in net.minecraft.src.forge
This interface provides access to a number of secondary block properties through providing overrides to methods within world.class.
IBucketHandler - Interface in net.minecraft.src.forge
 
IConnectRedstone - Interface in net.minecraft.src.forge
This interface is to be implemented by Block classes.
IHarvestHandler - Interface in net.minecraft.src.forge
 
IMultipassRender - Interface in net.minecraft.src.forge
This interface is to be implemented by a Block class.
IOverrideReplace - Interface in net.minecraft.src.forge
This interface is to be implemented by block classes.
isAirBlock(World, int, int, int) - Method in interface net.minecraft.src.forge.IBlockSecondaryProperties
Return true if this block should be treated as an air block by the rest of the code, false otherwise.
isBlockBurning(World, int, int, int) - Method in interface net.minecraft.src.forge.IBlockSecondaryProperties
Return true if this block should set fire and deal fire damage to entities coming into contact with it, false otherwise.
isBlockNormalCube(World, int, int, int) - Method in interface net.minecraft.src.forge.IBlockSecondaryProperties
Return true if this block should be treated as a normal cube by game logic (this is independant of rendering), false otherwise.
isBlockReplaceable(World, int, int, int) - Method in interface net.minecraft.src.forge.IBlockSecondaryProperties
Return true if this block can be replaced by another by the player, false otherwise.
ISpecialArmor - Interface in net.minecraft.src.forge
This interface is to be implemented by ItemArmor classes.
ISpecialResistance - Interface in net.minecraft.src.forge
This interface is to be implemented by block classes.
ITEM_PROPERTY - Static variable in class net.minecraft.src.forge.Configuration
 
itemProperties - Variable in class net.minecraft.src.forge.Configuration
 
ITextureProvider - Interface in net.minecraft.src.forge
This interface has to be implemented either by an instance of Block or Item.
IUseItemFirst - Interface in net.minecraft.src.forge
This interface is to be implemented by item classes.

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