Deleted useless things

This commit is contained in:
Andrew
2014-10-03 23:08:28 -07:00
parent b8cc7fb788
commit 7f225a5ec1
91 changed files with 204 additions and 595 deletions
@@ -15,11 +15,10 @@ public class AETileEventHandler
{
private final Method method;
private final TileEventType type;
public AETileEventHandler(Method m, TileEventType which) {
public AETileEventHandler(Method m, TileEventType which)
{
method = m;
type = which;
}
// TICK
@@ -86,7 +85,7 @@ public class AETileEventHandler
}
// NETWORK
public void writeToStream(AEBaseTile tile, ByteBuf data) throws IOException
public void writeToStream(AEBaseTile tile, ByteBuf data)
{
try
{