Removed Localization Stuff.

Added Logging Option.
Logging of Exceptions is now done via AELogger
This commit is contained in:
AlgorithmX2
2014-02-07 14:37:22 -06:00
parent e18dac1437
commit b57804be06
49 changed files with 212 additions and 195 deletions
+8 -5
View File
@@ -153,7 +153,7 @@ public class AEBaseTile extends TileEntity implements IOrientable, ICommonTile
}
catch (Throwable t)
{
t.printStackTrace();
AELog.error( t );
}
}
@@ -187,14 +187,15 @@ public class AEBaseTile extends TileEntity implements IOrientable, ICommonTile
}
catch (Throwable t)
{
t.printStackTrace();
AELog.error( t );
}
return output;
}
/**
* By default all blocks can have orientation, this handles saving, and loading, as well as synchronization.
* By default all blocks can have orientation, this handles saving, and
* loading, as well as synchronization.
*
* @return
*/
@@ -279,7 +280,8 @@ public class AEBaseTile extends TileEntity implements IOrientable, ICommonTile
}
/**
* returns the contents of the tile entity, into the world, defaults to dropping everything in the inventory.
* returns the contents of the tile entity, into the world, defaults to
* dropping everything in the inventory.
*
* @param w
* @param x
@@ -314,7 +316,8 @@ public class AEBaseTile extends TileEntity implements IOrientable, ICommonTile
}
/**
* depending on the from, diffrent settings will be accepted, don't call this with null
* depending on the from, diffrent settings will be accepted, don't call
* this with null
*
* @param from
* @param compound