Uses of Class
net.minecraft.src.BlockRail

Packages that use BlockRail
net.minecraft.src   
 

Uses of BlockRail in net.minecraft.src
 

Subclasses of BlockRail in net.minecraft.src
 class BlockDetectorRail
           
 

Methods in net.minecraft.src with parameters of type BlockRail
 boolean RenderBlocks.renderBlockMinecartTrack(BlockRail par1BlockRail, int par2, int par3, int par4)
          Renders a minecart track block at the given coordinates
 

Constructors in net.minecraft.src with parameters of type BlockRail
RailLogic(BlockRail par1BlockRail, World par2World, int par3, int par4, int par5)