Remove unsed method

This commit is contained in:
thatsIch 2015-01-01 21:42:14 +01:00
parent 33b04f6ff9
commit 63ab2bbad0

View file

@ -122,11 +122,6 @@ public class ToolEntropyManipulator extends AEBasePoweredItem implements IBlockT
InWorldToolOperationIngredient other = (InWorldToolOperationIngredient) obj;
return this.blockID == other.blockID && this.metadata == other.metadata;
}
public int getMetadata()
{
return this.metadata;
}
}
private void heat( Block blockID, int metadata, World w, int x, int y, int z )