net.minecraft.block
Class RailLogic
java.lang.Object
  
net.minecraft.block.RailLogic
public class RailLogic
- extends Object
 
 
| 
Method Summary | 
static int | 
getAdjacentTrackCount(RailLogic par0RailLogic)
 
          Get the number of adjacent tracks. | 
 void | 
refreshTrackShape(boolean par1,
                                   boolean par2)
 
          Completely recalculates the track shape based on neighboring tracks and power state | 
 
 
RailLogic
public RailLogic(BlockRail par1BlockRail,
                 World par2World,
                 int par3,
                 int par4,
                 int par5)
refreshTrackShape
public void refreshTrackShape(boolean par1,
                              boolean par2)
- Completely recalculates the track shape based on neighboring tracks and power state
 
 
getAdjacentTrackCount
public static int getAdjacentTrackCount(RailLogic par0RailLogic)
- Get the number of adjacent tracks.