Beispiel #1
0
 public Pathfinder(IBlockAccess iblockaccess)
 {
     path = new Path();
     pointMap = new MCHashTable();
     pathOptions = new PathPoint[32];
     worldMap = iblockaccess;
 }
Beispiel #2
0
 public Pathfinder(IBlockAccess iblockaccess)
 {
     path        = new Path();
     pointMap    = new MCHashTable();
     pathOptions = new PathPoint[32];
     worldMap    = iblockaccess;
 }